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 name: Sync files
on: on:
push: schedule:
branches: - cron: 0 * * * *
- master
- main
jobs: jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest