Skip to content

Commit 557d36c

Browse files
committed
ci: run CI test for any branchs
1 parent bf6e22e commit 557d36c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: LibSurgeon CI
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ '**' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ '**' ]
88

99
jobs:
1010
# ============================================================

0 commit comments

Comments
 (0)