Skip to content

Commit 1b9701b

Browse files
authored
Merge pull request #10 from andyghc/add-ci-push-trigger
Add push trigger to CI workflow so check registers on main
2 parents 33777e1 + b4e503b commit 1b9701b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22
on:
33
pull_request:
44
branches: [main]
5+
push:
6+
branches: [main]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)