We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76ca7f5 + df3e770 commit 3698b35Copy full SHA for 3698b35
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