We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ca7f5 commit df3e770Copy full SHA for df3e770
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,9 @@
1
name: Github Actions
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches: [ master ]
5
+ pull_request:
6
7
jobs:
8
build:
9
strategy:
0 commit comments