Skip to content

Commit 0aaf2d3

Browse files
committed
trigger workflows on edit
1 parent b56f9c4 commit 0aaf2d3

9 files changed

+9
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
pull_request:
33
paths:
4+
- .github/workflows/ci-aptos-contract.yml
45
- target_chains/aptos/contracts/**
56
push:
67
branches:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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:

.github/workflows/ci-fortuna.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check Fortuna
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-fortuna.yml
67
- apps/fortuna/**
78
push:
89
branches: [main]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check Hermes Server
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-hermes-server.yml
67
- apps/hermes/server/**
78
push:
89
branches: [main]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
pull_request:
77
paths:
8+
- .github/workflows/ci-lazer-rust.yml
89
- lazer/**
910

1011
jobs:

.github/workflows/ci-message-buffer-idl.yml renamed to .github/workflows/ci-message-buffer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Message Buffer Check
22
on:
33
pull_request:
44
paths:
5+
- .github/workflows/ci-message-buffer.yml
56
- pythnet/message_buffer/**
67
push:
78
branches:

.github/workflows/ci-pythnet-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check Pythnet SDK
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-pythnet-sdk.yml
67
- pythnet/pythnet_sdk/**
78
push:
89
branches: [main]

.github/workflows/ci-remote-executor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check Remote Executor
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-remote-executor.yml
67
- governance/remote_executor/**
78
push:
89
branches: [main]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Solana Contract
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/ci-solana-contract.yml
67
- target_chains/solana/**
78
- pythnet/pythnet_sdk/**
89
push:

0 commit comments

Comments
 (0)