Update contributor list on push not on schedule

This commit is contained in:
Sylvia van Os
2021-08-25 20:38:51 +02:00
committed by GitHub
parent 8b5faac0e0
commit 5658acbb07

View File

@@ -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 * * *'