Skip to content

Commit 19ef52f

Browse files
committed
add push against main for workflow
1 parent c37a65e commit 19ef52f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
name: Continuous Integration
88

99
on:
10-
# run on pull requests against main
10+
# run on push and pull requests against main
11+
push:
12+
branches: [main]
1113
pull_request:
1214
branches: [main]
1315
# allow manual runs

0 commit comments

Comments
 (0)