diff --git a/.github/workflows/auto-regenerate.yml b/.github/workflows/auto-regenerate.yml index 42871c66..68c91272 100644 --- a/.github/workflows/auto-regenerate.yml +++ b/.github/workflows/auto-regenerate.yml @@ -2,15 +2,13 @@ name: "Auto Regenerate" on: - branches: - - master schedule: - cron: '0 0 * * 0' jobs: auto-regenerate: - name: "Continuous Integration" + name: "Tries to regenerate the files" runs-on: "ubuntu-latest" steps: - name: "Checkout"