Skip to content

Commit

Permalink
Trigger build after jekyllify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tcouch committed Dec 19, 2023
1 parent 6a85e54 commit 96ea32d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
name: Deploy Jekyll site to Pages

on:
# Runs after the jekyllify projects workflow completes
workflow_run:
workflows: ["Jekyllify projects"]
types:
- completed
# Runs on pushes targeting the default branch
push:
branches: ["main"]
Expand Down

0 comments on commit 96ea32d

Please sign in to comment.