Skip to content

Commit 44a412b

Browse files
fix: f
1 parent 9693dba commit 44a412b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ jobs:
269269
contains('
270270
refs/heads/main
271271
refs/heads/testnet
272-
refs/heads/fix
273-
', github.ref)
272+
', github.ref) || startsWith(github.ref, 'refs/heads/fix/')
274273
steps:
275274
- name: Checkout
276275
uses: actions/checkout@v4

0 commit comments

Comments
 (0)