1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/data/reusables/actions/on-single-example.md
2022-02-25 15:51:14 +01:00

6 lines
149 B
Markdown

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
```