Skip to content

Commit 8253307

Browse files
(PA-4632) run tests on push to default branch
1 parent 82e22f0 commit 8253307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_checks.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI checks
22
on:
33
pull_request:
44
branches: [master]
5+
push:
6+
branches: [master]
57

68
permissions:
79
contents: read

0 commit comments

Comments
 (0)