Skip to content

Commit a5e705b

Browse files
authored
Update main.yml
1 parent b6e245d commit a5e705b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
continue-on-error: false
7373
needs: [tests]
74-
if: github.event.release.type == 'published'
74+
if: github.event.action == 'published'
7575

7676
steps:
7777

@@ -98,8 +98,6 @@ jobs:
9898
continue-on-error: false
9999
needs: [tests, build]
100100

101-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.x.x-REACTIVE'
102-
103101
steps:
104102

105103
- name: Checkout repository

0 commit comments

Comments
 (0)