Skip to content

Commit b8f6044

Browse files
committed
Add Github action when push to main
1 parent d06f829 commit b8f6044

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
@@ -2,6 +2,8 @@ name: PR checks
22
on:
33
pull_request:
44
branches: [main]
5+
push:
6+
branches: [main]
57
jobs:
68
check_pr:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)