Schedule trigger instead push in sync-files workflow

This commit is contained in:
Pavel Popov 2022-03-01 16:49:07 +03:00 committed by GitHub
parent 6cb4bd3868
commit 1343c379a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,7 @@
name: Sync files
on:
push:
branches:
- master
- main
schedule:
- cron: 0 * * * *
jobs:
sync:
runs-on: ubuntu-latest