Skip to content

Commit

Permalink
Merge pull request #3167 from NomicFoundation/fix-gh-workflows-filters
Browse files Browse the repository at this point in the history
Fix GH workflows filters
  • Loading branch information
alcuadrado authored Sep 14, 2022
2 parents acb5365 + 4ffdccc commit bbccf5c
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- opened
branches:
- master
- $default-branch

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/e2e/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-chai-matchers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-chai-matchers/**"
- "packages/hardhat-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-core/**"
- "packages/hardhat-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-ethers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-ethers/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-etherscan-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-etherscan/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-ganache-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-ganache/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-network-forking-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-core/**"
- "packages/hardhat-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-network-helpers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-network-helpers/**"
- "packages/hardhat-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-network-tracing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-core/**"
- "packages/hardhat-common/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-shorthand-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-shorthand/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-solhint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-solhint/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-solpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-solpp/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-toolbox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-toolbox/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-truffle4-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-truffle4/**"
- "packages/hardhat-web3-legacy/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-truffle5-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-truffle5/**"
- "packages/hardhat-web3/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-vyper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-vyper/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-waffle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-waffle/**"
- "packages/hardhat-ethers/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-web3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-web3/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-web3-legacy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "config/**"
pull_request:
branches:
- "*"
- "**"
paths:
- "packages/hardhat-web3-legacy/**"
- "packages/hardhat-core/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [$default-branch]
pull_request:
branches:
- "*"
- "**"

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- $default-branch

jobs:
release:
Expand Down

0 comments on commit bbccf5c

Please sign in to comment.