Commit fbbeafa
committed
ci(setup-labels): fix running on every push.
This workflow only needs to run once (ideally) to setup the labels. Currently it runs on every push.
Fixed by changing it to run only on this specific file `path`, which will run when first committing the file, and on subsequent modifications of the file.
Also added a manual way via `workflow_dispatch` event, so clicking the "Run workflow" button in the GitHub Actions tab will run the workflow.1 parent 3ac9569 commit fbbeafa
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments