Skip to content

Commit 8401e5a

Browse files
authored
Merge pull request #5223 from camilamacedo86/go-release-only-master
🌱 (ci): Config action to test release only when we push against master branch
2 parents f8229e2 + 546fb1e commit 8401e5a

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)