Commit 55ed55f
authored
Merge pull request #94 from threshold-network/expand-npm-job-triggers
Expand NPM workflow triggers
We want to publish the new NPM package tagged with `develop` every time
changes affecting contracts get merged to `main`. We already trigger
the workflow when changes are applied in
- `"contracts/**"`
- `"package.json"`
- `"yarn.lock"`
but it also makes sense to trigger the workflow when there are changes
in
- `"deploy/**"`
- `"hardhat.config.ts"`
as they also can affect the content of the exported package with the
contracts.1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments