Skip to content

Commit

Permalink
Merge pull request #2957 from keep-network/update-gha-workflows
Browse files Browse the repository at this point in the history
Expand NPM workflow triggers
  • Loading branch information
nkuba authored Apr 27, 2022
2 parents 3b65dfd + d24d13f commit 1066483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-ecdsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- "solidity/ecdsa/contracts/**"
- "solidity/ecdsa/deploy/**"
- "solidity/ecdsa/hardhat.config.ts"
- "solidity/ecdsa/package.json"
- "solidity/ecdsa/yarn.lock"
- ".github/workflows/npm-ecdsa.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-random-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- "solidity/random-beacon/contracts/**"
- "solidity/random-beacon/hardhat.config.ts"
- "solidity/random-beacon/package.json"
- "solidity/random-beacon/yarn.lock"
- ".github/workflows/npm-random-beacon.yml"
Expand Down

0 comments on commit 1066483

Please sign in to comment.