We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25228a7 commit 3706887Copy full SHA for 3706887
.github/workflows/build.yml
@@ -55,7 +55,11 @@ jobs:
55
56
check-token-list:
57
runs-on: ubuntu-latest
58
-
+ on:
59
+ push:
60
+ paths:
61
+ - wormhole-connect/src/config/mainnet/wrappedTokens.ts
62
+ - wormhole-connect/src/config/testnet/wrappedTokens.ts
63
steps:
64
- uses: actions/checkout@v3
65
- uses: actions/setup-node@v3
@@ -67,6 +71,7 @@ jobs:
67
71
working-directory: wormhole-connect
68
72
- run: npm run checkForeignAssets
69
73
74
+
70
75
build-hosted:
76
77
0 commit comments