Difference between revisions of "GitHub Actions: on:"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
  [[on: push]]
 
  [[on: push]]
 
  on: [push,fork]
 
  on: [push,fork]
 +
[[on: pull_request]]
 +
on: [[schedule]]
 
  on: [[workflow_dispatch]] # for [[manual trigger]] <ref>https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch</ref>
 
  on: [[workflow_dispatch]] # for [[manual trigger]] <ref>https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch</ref>
 
  on: [[workflow_call]]    # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_call
 
  on: [[workflow_call]]    # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_call
Line 15: Line 17:
  
 
  on:
 
  on:
   schedule:
+
   [[schedule:]]
 
     # * is a special character in YAML so you have to quote this string
 
     # * is a special character in YAML so you have to quote this string
 
     - cron:  '30 5,17 * * *'
 
     - cron:  '30 5,17 * * *'
Line 29: Line 31:
  
 
== See also ==
 
== See also ==
 +
* {{on:}}
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}
* {{GitHub}}
 
  
 
[[Category:CI]]
 
[[Category:CI]]
 
[[Category:GitHub]]
 
[[Category:GitHub]]

Latest revision as of 17:06, 28 January 2025

Advertising: