Skip to content

Commit 58d3f54

Browse files
committed
ci: trigger on push to main
1 parent 1924283 commit 58d3f54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on:
3-
- pull_request
3+
pull_request:
4+
push:
5+
branches:
6+
- main
47
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref }}
69
cancel-in-progress: true

0 commit comments

Comments
 (0)