Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Add workflow dispatch
  • Loading branch information
bmann authored Oct 20, 2023
1 parent f7aacf9 commit ec3012e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- quartz

workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -42,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit ec3012e

Please sign in to comment.