From 5658acbb07d804575ddc8b0176e56f5a28836980 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Wed, 25 Aug 2021 20:38:51 +0200 Subject: [PATCH] Update contributor list on push not on schedule --- .github/workflows/contributors-to-file.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 * * *'