Skip to content

Commit

Permalink
chore(website): allow deploying website manually
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 28, 2024
1 parent 8283954 commit 0b64bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

deploy:
name: Deploy website
if: startsWith(github.ref, 'refs/tags/v')
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-22.04
environment:
name: github-pages
Expand Down

0 comments on commit 0b64bc0

Please sign in to comment.