We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f17ad6 commit 0b4e29aCopy full SHA for 0b4e29a
1 file changed
.github/workflows/build-pr-cmk.yml
@@ -1,10 +1,8 @@
1
name: Build cmk on PR
2
3
on:
4
- push:
5
- branches:
6
- - '**'
7
pull_request:
+ types: [opened, synchronize, reopened]
8
paths:
9
- '**.go'
10
- 'go.mod'
0 commit comments