We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a1156 commit fd3f571Copy full SHA for fd3f571
.github/workflows/build-pr-cmk.yml
@@ -1,6 +1,8 @@
1
name: Build cmk on PR
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened]
6
7
permissions:
8
contents: read
0 commit comments