Skip to content

Commit b6e245d

Browse files
authored
Update main.yml
1 parent 8918ab3 commit b6e245d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- '*'
7-
tags:
8-
- '*'
7+
release:
8+
types: [published]
99

1010
jobs:
1111

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
continue-on-error: false
7373
needs: [tests]
74-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.x.x-REACTIVE'
74+
if: github.event.release.type == 'published'
7575

7676
steps:
7777

0 commit comments

Comments
 (0)