Skip to content

Commit b4e503b

Browse files
committed
Add push trigger to CI workflow
1 parent 140a004 commit b4e503b

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)