File tree 24 files changed +92
-59
lines changed
24 files changed +92
-59
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ name: Check Docs Site
3
3
on :
4
4
push :
5
5
branches :
6
- - " **"
6
+ - main
7
+ paths :
8
+ - " .github/workflows/check-docs-site.yml"
9
+ - " docs/**"
10
+ - " packages/**"
11
+ pull_request :
12
+ paths :
13
+ - " .github/workflows/check-docs-site.yml"
14
+ - " docs/**"
15
+ - " packages/**"
7
16
workflow_dispatch :
8
17
9
18
concurrency :
Original file line number Diff line number Diff line change 5
5
types :
6
6
- opened
7
7
branches :
8
- - $default-branch
8
+ - main
9
9
10
10
concurrency :
11
11
group : ${{github.workflow}}-${{github.ref}}
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: E2E tests
3
3
on :
4
4
push :
5
5
branches :
6
- - " main"
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - " main"
9
+ - main
10
10
11
11
jobs :
12
12
run-e2e :
Original file line number Diff line number Diff line change @@ -2,15 +2,16 @@ name: hardhat-chai-matchers CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-chai-matchers-ci.yml"
7
9
- " packages/hardhat-chai-matchers/**"
8
10
- " packages/hardhat-common/**"
9
11
- " config/**"
10
12
pull_request :
11
- branches :
12
- - " **"
13
13
paths :
14
+ - " .github/workflows/hardhat-chai-matchers-ci.yml"
14
15
- " packages/hardhat-chai-matchers/**"
15
16
- " packages/hardhat-common/**"
16
17
- " config/**"
Original file line number Diff line number Diff line change 12
12
- " packages/hardhat-core/**"
13
13
- " packages/hardhat-common/**"
14
14
pull_request :
15
- branches :
16
- - " **"
17
15
paths :
18
16
- " .github/workflows/hardhat-core-ci.yml"
19
17
- " config/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-ethers CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-ethers-ci.yml"
7
9
- " packages/hardhat-ethers/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-ethers-ci.yml"
15
16
- " packages/hardhat-ethers/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,15 +2,16 @@ name: hardhat-foundry CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-foundry-ci.yml"
7
9
- " packages/hardhat-foundry/**"
8
10
- " packages/hardhat-common/**"
9
11
- " config/**"
10
12
pull_request :
11
- branches :
12
- - " **"
13
13
paths :
14
+ - " .github/workflows/hardhat-foundry-ci.yml"
14
15
- " packages/hardhat-foundry/**"
15
16
- " packages/hardhat-common/**"
16
17
- " config/**"
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
paths :
8
+ - " .github/workflows/hardhat-ledger-ci.yml"
8
9
- " packages/hardhat-ledger/**"
9
10
- " packages/hardhat-core/**"
10
11
- " packages/hardhat-common/**"
11
12
- " config/**"
12
13
pull_request :
13
- branches :
14
- - " **"
15
14
paths :
15
+ - " .github/workflows/hardhat-foundry-ci.yml"
16
16
- " packages/hardhat-ledger/**"
17
17
- " packages/hardhat-core/**"
18
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-network-helpers CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-network-helpers-ci.yml"
7
9
- " packages/hardhat-core/**"
8
10
- " packages/hardhat-network-helpers/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-network-helpers-ci.yml"
15
16
- " packages/hardhat-core/**"
16
17
- " packages/hardhat-network-helpers/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-shorthand CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-shorthand-ci.yml"
7
9
- " packages/hardhat-shorthand/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-shorthand-ci.yml"
15
16
- " packages/hardhat-shorthand/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-solhint CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-solhint-ci.yml"
7
9
- " packages/hardhat-solhint/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-solhint-ci.yml"
15
16
- " packages/hardhat-solhint/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-solpp CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-solpp-ci.yml"
7
9
- " packages/hardhat-solpp/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-solpp-ci.yml"
15
16
- " packages/hardhat-solpp/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: hardhat-toolbox CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-toolbox-ci.yml"
7
9
- " packages/hardhat-toolbox/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-chai-matchers/**"
13
15
- " packages/hardhat-common/**"
14
16
- " config/**"
15
17
pull_request :
16
- branches :
17
- - " **"
18
18
paths :
19
+ - " .github/workflows/hardhat-toolbox-ci.yml"
19
20
- " packages/hardhat-toolbox/**"
20
21
- " packages/hardhat-core/**"
21
22
- " packages/hardhat-chai-matchers/**"
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: hardhat-truffle4 CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-truffle4-ci.yml"
7
9
- " packages/hardhat-truffle4/**"
8
10
- " packages/hardhat-web3-legacy/**"
9
11
- " packages/hardhat-core/**"
10
12
- " packages/hardhat-common/**"
11
13
- " config/**"
12
14
pull_request :
13
- branches :
14
- - " **"
15
15
paths :
16
+ - " .github/workflows/hardhat-truffle4-ci.yml"
16
17
- " packages/hardhat-truffle4/**"
17
18
- " packages/hardhat-web3-legacy/**"
18
19
- " packages/hardhat-core/**"
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: hardhat-truffle5 CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
7
8
- " packages/hardhat-truffle5/**"
8
9
- " packages/hardhat-web3/**"
9
10
- " packages/hardhat-core/**"
10
11
- " packages/hardhat-common/**"
11
12
- " config/**"
12
13
pull_request :
13
- branches :
14
- - " **"
15
14
paths :
15
+ - " .github/workflows/hardhat-truffle5-ci.yml"
16
16
- " packages/hardhat-truffle5/**"
17
17
- " packages/hardhat-web3/**"
18
18
- " packages/hardhat-core/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-verify CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-verify-ci.yml"
7
9
- " packages/hardhat-verify/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-verify-ci.yml"
15
16
- " packages/hardhat-verify/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-viem CI
2
2
3
3
on :
4
4
push :
5
- branches : main
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-viem-ci.yml"
7
9
- " packages/hardhat-viem/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-verify-ci.yml"
15
16
- " packages/hardhat-viem/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-vyper CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-vyper-ci.yml"
7
9
- " packages/hardhat-vyper/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-vyper-ci.yml"
15
16
- " packages/hardhat-vyper/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-web3 CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-web3-ci.yml"
7
9
- " packages/hardhat-web3/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-web3-ci.yml"
15
16
- " packages/hardhat-web3/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ name: hardhat-web3-legacy CI
2
2
3
3
on :
4
4
push :
5
- branches : [$default-branch]
5
+ branches :
6
+ - main
6
7
paths :
8
+ - " .github/workflows/hardhat-web3-legacy-ci.yml"
7
9
- " packages/hardhat-web3-legacy/**"
8
10
- " packages/hardhat-core/**"
9
11
- " packages/hardhat-common/**/*"
10
12
- " config/**"
11
13
pull_request :
12
- branches :
13
- - " **"
14
14
paths :
15
+ - " .github/workflows/hardhat-web3-legacy-ci.yml"
15
16
- " packages/hardhat-web3-legacy/**"
16
17
- " packages/hardhat-core/**"
17
18
- " packages/hardhat-common/**"
You can’t perform that action at this time.
0 commit comments