1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/data/reusables/github-actions/on-single-example.md

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