Skip to content

Commit 11c205f

Browse files
authored
ci: only allow manual deploy
1 parent c7b7a03 commit 11c205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Deploy to GitHub Pages
5050
uses: peaceiris/actions-gh-pages@v4
51-
if: ${{ inputs.deploy-to-prod == true || github.ref == 'refs/heads/prod' }}
51+
if: ${{ inputs.deploy-to-prod == true }}
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: "./dist"

0 commit comments

Comments
 (0)