Skip to content

Commit

Permalink
feat: Only run workflow on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Jun 12, 2024
1 parent 3a1ec98 commit 85435b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
workflow_run:
workflows: ["Test and release"]
branches:
- main
types:
- completed
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit 85435b1

Please sign in to comment.