We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e245d commit a5e705bCopy full SHA for a5e705b
1 file changed
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
continue-on-error: false
73
needs: [tests]
74
- if: github.event.release.type == 'published'
+ if: github.event.action == 'published'
75
76
steps:
77
@@ -98,8 +98,6 @@ jobs:
98
99
needs: [tests, build]
100
101
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.x.x-REACTIVE'
102
-
103
104
105
- name: Checkout repository
0 commit comments