Skip to content

Commit beb0770

Browse files
Enable manual triggering for deployment workflow
Add manual trigger option for GitHub Actions workflow
1 parent b49a8b9 commit beb0770

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-to-github-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Runs on pushes to the main branch - Means it will also run when PR is merged
66
push:
77
branches: ["main"]
8+
# Allows manual triggering from the Actions tab
9+
workflow_dispatch:
810

911

1012
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)