Skip to content

Commit 3b103da

Browse files
committed
change
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 44d156c commit 3b103da

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build-pr-cmk.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Build cmk on PR
22

3-
on:
4-
push:
5-
branches:
6-
- '**'
7-
pull_request:
8-
types: [opened, synchronize, reopened]
9-
paths:
10-
- '**.go'
11-
- 'go.mod'
12-
- 'go.sum'
3+
on: [push, pull_request]
134

145
permissions:
156
contents: read

0 commit comments

Comments
 (0)