Skip to content

Commit 0aec4c4

Browse files
authored
Merge pull request #137 from tvpartytonight/PA-4632_part2
(PA-4632) run tests on push to default branch
2 parents eea88eb + 8253307 commit 0aec4c4

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)