Difference between revisions of "GitHub Actions: schedule:"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  [[docker-publish.yml]]
 
  [[docker-publish.yml]]
 +
 +
[[on]]:
 +
  schedule:
 +
    - cron: $cron-daily
 +
  [[push:]]
 +
    branches: [ $default-branch ]
 +
    # Publish semver tags as releases.
 +
    tags: [ 'v*.*.*' ]
 +
  pull_request:
 +
    branches: [ $default-branch ]
  
 
== Related ==
 
== Related ==

Revision as of 22:41, 14 May 2023

Advertising: