Skip to content

Commit

Permalink
allow manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Oct 1, 2024
1 parent 4e8dbbb commit 43514a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
name: Deploy Jekyll site to Pages

on:
workflow_dispatch:
push:
branches:
- "dev"
paths:
- "docs/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 43514a4

Please sign in to comment.