We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e22f0 commit 8253307Copy full SHA for 8253307
.github/workflows/ci_checks.yaml
@@ -2,6 +2,8 @@ name: CI checks
2
on:
3
pull_request:
4
branches: [master]
5
+ push:
6
+ branches: [master]
7
8
permissions:
9
contents: read
0 commit comments