Skip to content

Commit baa6148

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
ci: update workflow triggers to run on workflow changes and all merges to main
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent bf76176 commit baa6148

22 files changed

+29
-61
lines changed

.github/workflows/ci-aptos-contract.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
on:
22
pull_request:
33
paths:
4+
- .github/workflows/ci-aptos-contract.yml
45
- target_chains/aptos/contracts/**
56
push:
67
branches:
78
- main
8-
paths:
9-
- target_chains/aptos/contracts/**
109

1110
name: Aptos Contract
1211

.github/workflows/ci-cosmwasm-contract.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: Test CosmWasm Contract
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-cosmwasm-contract.yml
67
- target_chains/cosmwasm/**
78
- wormhole_attester/sdk/rust/**
89
push:
910
branches:
1011
- main
11-
paths:
12-
- target_chains/cosmwasm/**
13-
- wormhole_attester/sdk/rust/**
1412

1513
env:
1614
CARGO_TERM_COLOR: always

.github/workflows/ci-ethereum-contract.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
on:
22
pull_request:
33
paths:
4+
- .github/workflows/ci-ethereum-contract.yml
45
- target_chains/ethereum/contracts/**
56
- governance/xc_admin/packages/xc_admin_common/**
67
push:
78
branches:
89
- main
9-
paths:
10-
- target_chains/ethereum/contracts/**
11-
- governance/xc_admin/packages/xc_admin_common/**
1210

1311
name: Ethereum Contract
1412

.github/workflows/ci-fortuna.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Check Fortuna
22

33
on:
44
pull_request:
5-
paths: [apps/fortuna/**]
5+
paths:
6+
- .github/workflows/ci-fortuna.yml
7+
- apps/fortuna/**
68
push:
79
branches: [main]
8-
paths: [apps/fortuna/**]
910
jobs:
1011
test:
1112
runs-on: ubuntu-latest

.github/workflows/ci-foundry-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: stylus-foundry-test
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-foundry-test.yml
67
- target_chains/ethereum/sdk/stylus/**
78
push:
89
branches:
910
- main
10-
paths:
11-
- target_chains/ethereum/sdk/stylus/**
1211
env:
1312
FOUNDRY_PROFILE: ci
1413
jobs:

.github/workflows/ci-fuel-contract.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Test Fuel Contract
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-fuel-contract.yml
67
- target_chains/fuel/**
78
push:
89
branches:
910
- main
10-
paths:
11-
- target_chains/fuel/**
1211

1312
env:
1413
CARGO_TERM_COLOR: always

.github/workflows/ci-hermes-server.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Check Hermes Server
22

33
on:
44
pull_request:
5-
paths: [apps/hermes/server/**]
5+
paths:
6+
- .github/workflows/ci-hermes-server.yml
7+
- apps/hermes/server/**
68
push:
79
branches: [main]
8-
paths: [apps/hermes/server/**]
910
jobs:
1011
test:
1112
runs-on: ubuntu-latest

.github/workflows/ci-lazer-rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
paths:
7-
- lazer/**
86
pull_request:
97
paths:
8+
- .github/workflows/ci-lazer-rust.yml
109
- lazer/**
1110

1211
jobs:

.github/workflows/ci-lazer-sdk-evm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
paths:
7-
- lazer/contracts/evm/**
86
pull_request:
97
paths:
8+
- .github/workflows/ci-lazer-sdk-evm.yml
109
- lazer/contracts/evm/**
1110

1211
jobs:

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
paths:
7-
- lazer/**
86
pull_request:
97
paths:
8+
- .github/workflows/ci-lazer-solana-contract.yml
109
- lazer/**
1110

1211
jobs:

0 commit comments

Comments
 (0)