Last active
August 25, 2021 22:13
-
-
Save przemek-jablonski/f3a055f1267354758da8704063cfb8c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
schedule: #triggering the jobs according to predefined schedule | |
- cron: 0 0 * * * #trigger once a day, according to the cron syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment