Skip to content

Commit

Permalink
allow workflow to be run from the Actions tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent 508ee8f commit 5c5e791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish to GitHub Pages
on:
push:
branches: [main, master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: pages
cancel-in-progress: true
Expand Down

0 comments on commit 5c5e791

Please sign in to comment.