Skip to content

Commit

Permalink
Merge pull request #124 from samvera/manual-deploy-workflow
Browse files Browse the repository at this point in the history
Add manual trigger to deploy Github Actions workflow
  • Loading branch information
adamjarling authored Nov 21, 2023
2 parents eb1abcd + e84f6eb commit 07f379c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Deploy to GitHub Pages
on:
push:
branches: [main]
# Enable this workflow manually from the Github Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 07f379c

Please sign in to comment.