You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments