File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ jobs:
65
65
- 'wormhole-connect/src/config/mainnet/wrappedTokens.ts'
66
66
- 'wormhole-connect/src/config/testnet/wrappedTokens.ts'
67
67
- uses : actions/setup-node@v4
68
- if : steps.filter.outputs.tokens == 'true'
68
+ if : steps.filter.outputs.tokens == 'true' || github.ref == 'refs/heads/development'
69
69
with :
70
70
node-version : 20
71
71
cache : " npm"
72
72
cache-dependency-path : " wormhole-connect/package-lock.json"
73
73
- run : npm ci
74
- if : steps.filter.outputs.tokens == 'true'
74
+ if : steps.filter.outputs.tokens == 'true' || github.ref == 'refs/heads/development'
75
75
working-directory : wormhole-connect
76
76
- run : npm run checkForeignAssets
77
- if : steps.filter.outputs.tokens == 'true'
77
+ if : steps.filter.outputs.tokens == 'true' || github.ref == 'refs/heads/development'
78
78
working-directory : wormhole-connect
79
79
80
80
build-hosted :
You can’t perform that action at this time.
0 commit comments