Skip to content

Commit 546fb1e

Browse files
(ci): Config action to test release only when we push against master branch
1 parent 945cfa1 commit 546fb1e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release-version-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Test GoReleaser and CLI Version
22

33
on:
4-
push:
5-
paths:
6-
- 'pkg/**'
7-
- 'cmd/**'
8-
- 'build/.goreleaser.yml'
9-
- '.github/workflows/release-version-ci.yml'
104
pull_request:
5+
branches:
6+
- master
117
paths:
128
- 'pkg/**'
139
- 'cmd/**'

0 commit comments

Comments
 (0)