Skip to content

Commit b12b8d7

Browse files
committed
ci: run CI on push to all branches
1 parent 70a34ea commit b12b8d7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
pull_request:
55
branches: [main]
66
push:
7-
branches: [main]
7+
branches: ['**']
8+
9+
concurrency:
10+
group: ci-${{ github.ref }}
11+
cancel-in-progress: true
812

913
jobs:
1014
build-test:

0 commit comments

Comments
 (0)