Skip to content

Commit 658ad51

Browse files
chore: added some sort of path filters
1 parent 36f05f4 commit 658ad51

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

target_chains/ethereum/sdk/stylus/.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ permissions:
1414
on:
1515
pull_request:
1616
paths:
17-
- target_chains/sui/contracts/**
17+
- target_chains/ethereum/sdk/stylus/** **
1818
push:
1919
branches:
2020
- main
2121
paths:
22-
- target_chains/sui/contracts/**
22+
- target_chains/ethereum/sdk/stylus/**
2323
concurrency:
2424
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2525
cancel-in-progress: true

target_chains/ethereum/sdk/stylus/.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ permissions:
1313
on:
1414
pull_request:
1515
paths:
16-
- target_chains/sui/contracts/**
16+
- target_chains/ethereum/sdk/stylus/** **
1717
push:
1818
branches:
1919
- main
2020
paths:
21-
- target_chains/sui/contracts/**
21+
- target_chains/ethereum/sdk/stylus/**
2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2424
cancel-in-progress: true

target_chains/ethereum/sdk/stylus/.github/workflows/foundry-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: foundry-test
33
on:
44
pull_request:
55
paths:
6-
- target_chains/sui/contracts/**
6+
- target_chains/ethereum/sdk/stylus/** **
77
push:
88
branches:
99
- main
1010
paths:
11-
- target_chains/sui/contracts/**
11+
- target_chains/ethereum/sdk/stylus/**
1212

1313
env:
1414
FOUNDRY_PROFILE: ci

target_chains/ethereum/sdk/stylus/.github/workflows/gas-bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ permissions:
66
on:
77
pull_request:
88
paths:
9-
- target_chains/sui/contracts/**
9+
- target_chains/ethereum/sdk/stylus/** **
1010
push:
1111
branches:
1212
- main
1313
paths:
14-
- target_chains/sui/contracts/**
14+
- target_chains/ethereum/sdk/stylus/**
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1717
cancel-in-progress: true

target_chains/ethereum/sdk/stylus/.github/workflows/nostd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ permissions:
77
on:
88
pull_request:
99
paths:
10-
- target_chains/sui/contracts/**
10+
- target_chains/ethereum/sdk/stylus/** **
1111
push:
1212
branches:
1313
- main
1414
paths:
15-
- target_chains/sui/contracts/**
15+
- target_chains/ethereum/sdk/stylus/**
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true

0 commit comments

Comments
 (0)