Commit 66de977
Add more push and workflow_dispatch triggers
- Trigger `msrv.yml` on the push event, for the same branches
for which `ci.yml` is triggered on it. That is, make the
corresponding change to the MSRV workflow that was made to the
test workflow.
- Remove outdated comments on `msrv.yml`. These comments already
disagreed with the code, since they named `master` when the
branch was `main`, and suggested that all pull requests would
trigger the workflow when really was (and continues to be) also
limited by branch.
- Add `workflow_dispatch` to the `ci.yml` and `msrv.tml` workflows,
so they can be manually run even for branches that are not named,
and in the case of `ci.yml`, so it can be manually run even when
changes are not made to any of the paths that are also needed
to trigger it on the push or pull_request events.
- Put `workflow_dispatch` last in the `release.yml` workflow that
already had it. Currently it is a secondary way to trigger all
workflows that include it. It was in practice the primary way to
trigger `release.yml` when the push trigger was broken, but that
is no longer the case since 286e388 (GitoxideLabs#1475). Even in testing, it
is now most often run by pushing a tag. This brings its style in
line with the style in `cron.yml`, where `workflow_dispatch` was
already a secondary way to trigger the workflow and listed second.1 parent a2e1878 commit 66de977
3 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments