mirror of
https://github.com/valitydev/configurations.git
synced 2024-11-06 01:45:23 +00:00
Schedule trigger instead push in sync-files workflow
This commit is contained in:
parent
6cb4bd3868
commit
1343c379a7
6
.github/workflows/sync-files.yml
vendored
6
.github/workflows/sync-files.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user