Create nested list for an on: field
on(event, ...) on_push(tags = NULL, branches = NULL, paths = NULL) on_pull_request(tags = NULL, branches = NULL, paths = NULL) on_schedule(cron = NULL)
| event |
|
|---|---|
| ... |
|
| tags, branches, paths |
|
| cron |
|
See the GitHub Actions workflow syntax for details.
on_push: filter on push event
on_pull_request: filter on pull request
on_schedule: filter on schedule
Other syntax:
container(),
gh_matrix(),
ghactions_events,
ghactions_vms,
job(),
step(),
strategy(),
workflow()
#> $push #> $push$branches #> [1] "master" "releases/*" #> #>