Commit 5881fe1
authored
Add triggers to .github/workflows/ (#1550)
This PR standardizes GitHub Actions triggers in workflow files within
`.github/workflows/`.
The goal is to ensure workflows run consistently on `push`,
`pull_request`, and `workflow_dispatch` events where appropriate.
This is part of a batch of pull requests across repositories owned by
the `android` organization on GitHub.
**Project Owner:** Please review the changes carefully to ensure they
are correct and appropriate for this project before approving and
merging.
* If you do not think this change is appropriate (e.g., a workflow
should NOT run on one of these triggers), please leave a comment
explaining why.
* If you think the goal is appropriate but notice a mistake in the
implementation, please leave a comment detailing the mistake.2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments