Skip to content

Commit b1bfde8

Browse files
committed
Run CI on non-develop branches
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 15e7ac2 commit b1bfde8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ concurrency:
55
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
66

77
on:
8-
push:
9-
branches: ["develop"]
8+
push: { }
109
pull_request: { }
1110
workflow_dispatch: { }
1211

0 commit comments

Comments
 (0)