Split 'Events that trigger workflows' into two articles (#24392)
This commit is contained in:
5
data/reusables/github-actions/on-single-example.md
Normal file
5
data/reusables/github-actions/on-single-example.md
Normal file
@@ -0,0 +1,5 @@
|
||||
For example, a workflow with the following `on` value will run when a push is made to any branch in the workflow's repository:
|
||||
|
||||
```yaml
|
||||
on: push
|
||||
```
|
||||
Reference in New Issue
Block a user