diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 374f2e4..6a5f520 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -4,8 +4,6 @@ on: push: branches: - master - schedule: - - cron: "0 * * * *" jobs: fill: @@ -23,7 +21,7 @@ jobs: - name: "Install dependencies" run: "yarn" - + - name: "Fill README" run: "yarn fill"