We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faede6 commit c7ebea7Copy full SHA for c7ebea7
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: Build
2
3
-on: [push]
+on:
4
+ push:
5
+ branches: [ master ]
6
7
jobs:
8
0 commit comments