Skip to content

Commit 7d6c66d

Browse files
authored
Merge pull request #47 from cdyk/release-fix
Only run release pipeline on tags, not on PRs
2 parents 00e36c0 + 7e15d34 commit 7d6c66d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- '*'
7-
pull_request:
8-
branches: [ "master" ]
97

108
jobs:
119

0 commit comments

Comments
 (0)