Skip to content

Commit f43810e

Browse files
committed
Update github action to run on pushes to main
1 parent 38f8373 commit f43810e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: pull-request
33
on:
44
pull_request:
55
branches: [ main ]
6+
push:
7+
branches: [ main ]
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)