We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc8a5f commit e0461e1Copy full SHA for e0461e1
.github/workflows/ci.yml
@@ -178,7 +178,7 @@ jobs:
178
website:
179
name: Publish website
180
needs: check
181
- if: needs.check.result == 'success' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
+ if: github.ref == 'refs/heads/master'
182
runs-on: ubuntu-latest
183
steps:
184
- name: Checkout
0 commit comments