Skip to content

Commit 33fda97

Browse files
committed
Update workflow
1 parent 3f0ceb3 commit 33fda97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
workflow_dispatch:
9+
810
jobs:
911
build-and-deploy:
1012
runs-on: ubuntu-latest
@@ -41,7 +43,6 @@ jobs:
4143

4244
- name: Deploy to GitHub Pages
4345
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
44-
if: github.ref == 'refs/heads/main'
4546
with:
4647
github_token: ${{ secrets.GITHUB_TOKEN }}
4748
publish_dir: ./build/web

0 commit comments

Comments
 (0)