Skip to content

Commit 40a6891

Browse files
committed
oops
1 parent 6713dda commit 40a6891

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/check-tokens.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Check wrapped tokens cache
22

33
on:
4+
pull_request:
45
push:
5-
pull_request:
6-
push:
7-
branches:
8-
- development
9-
- staging
10-
- production
11-
- mainnet
6+
branches:
7+
- development
8+
- staging
9+
- production
10+
- mainnet
11+
paths:
12+
- wormhole-connect/src/config/mainnet/wrappedTokens.ts
13+
- wormhole-connect/src/config/testnet/wrappedTokens.ts
1214

1315
jobs:
1416
check-wrapped-token-cache:

0 commit comments

Comments
 (0)