6 lines
149 B
Markdown
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
|
|
```
|