Difference between revisions of "GitHub Actions: on:"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page On: to GitHub Actions: On:)
Line 10: Line 10:
 
       - main
 
       - main
 
       - develop
 
       - develop
 +
 +
on:
 +
  schedule:
 +
    # * is a special character in YAML so you have to quote this string
 +
    - cron:  '30 5,17 * * *'
  
 
== Related ==
 
== Related ==

Revision as of 15:08, 31 March 2022

Advertising: