Skip to content

Commit 1486559

Browse files
authored
ci: trigger on push to main (#421)
Modifies CI trigger to run when changes are made to the main branch.
1 parent 1924283 commit 1486559

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)