Skip to content

Commit 3c5252c

Browse files
committed
Updated workflow file - Now we have bleading edging prerelease and automatical release creation on version tag
1 parent 18f5155 commit 3c5252c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969

7070
publisher_release:
7171
needs: [builder]
72-
if: startsWith(github.event.ref, 'refs/tags/v')
73-
if: github.ref == 'refs/heads/master'
72+
if: startsWith(github.event.ref, 'refs/tags/v') && github.ref == 'refs/heads/master'
7473
runs-on: ubuntu-latest
7574
steps:
7675
- name: Check out repository

0 commit comments

Comments
 (0)