Commit 32700ea
committed
ci: narrow the publish workflow to tags and dispatch
It also triggered on every push and PR touching src/Base58Encoding/**, where it
only restored and built: Pack and Upload are gated on a version being set, so
those runs never produced anything. tests.yml and aot-tests.yml already build
the same solution across more platforms.
The Test step stays. tests.yml does not run on a tag -- a branches: filter never
matches refs/tags/* -- so it is the only thing that runs the suite against a tag
cut from anywhere other than an already-tested master commit.1 parent 29cb0dc commit 32700ea
1 file changed
Lines changed: 7 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 10 | | |
25 | 11 | | |
26 | 12 | | |
| |||
59 | 45 | | |
60 | 46 | | |
61 | 47 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
65 | 52 | | |
66 | 53 | | |
67 | 54 | | |
| |||
0 commit comments