Skip to content

Commit

Permalink
chore(github): fix publish website gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Aug 9, 2023
1 parent afc8a5f commit e0461e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
website:
name: Publish website
needs: check
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'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e0461e1

Please sign in to comment.