Skip to content

Commit 2fa894a

Browse files
committed
chore(ci): add push trigger for sonala branch to Solana unit tests workflow
1 parent 5c3c9e4 commit 2fa894a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/solana-unit-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run Solana Unit Tests
22

33
on:
4+
push:
5+
branches:
6+
- sonala
47
workflow_dispatch:
58

69
jobs:
@@ -31,4 +34,3 @@ jobs:
3134

3235
- name: Run Solana Unit Tests
3336
run: cd ./networks/solana && yarn test
34-

0 commit comments

Comments
 (0)