1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 07:49:41 +03:00

chore(website): allow deploying website manually

This commit is contained in:
Orhun Parmaksız 2024-03-28 15:48:19 +03:00
parent 82839549a5
commit 0b64bc0325
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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