We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2da4d commit 8d868c2Copy full SHA for 8d868c2
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: build
2
3
-on: [ push, pull_request ]
+on:
4
+ pull_request:
5
+ types: [ opened,synchronize ]
6
7
jobs:
8
build:
0 commit comments