diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index bcbe326a1..ac9c7ce42 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -1,3 +1,7 @@ +on: + push: + branches: [ master ] + jobs: contributors_to_file: runs-on: ubuntu-latest @@ -11,6 +15,3 @@ jobs: uses: TheLastProject/contributors-to-file-action@v1 with: file_in_repo: app/src/main/res/raw/contributors.txt -on: - schedule: - - cron: '0 0 * * *'