We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b6ae9 commit 13fa2a2Copy full SHA for 13fa2a2
.github/workflows/build.yml
@@ -3,6 +3,9 @@ name: CI
3
on:
4
pull_request:
5
branches: [master]
6
+ push:
7
+ branches:
8
+ - master
9
10
permissions:
11
contents: write
0 commit comments