Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information