We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3630ee9 commit 59be02dCopy full SHA for 59be02d
.github/workflows/build_and_deploy.yml
@@ -3,6 +3,7 @@ name: Build and Deploy Website
3
on:
4
push:
5
branches: [ "main" ]
6
+ workflow_dispatch:
7
8
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9
permissions:
0 commit comments