Skip to content

Commit

Permalink
[F] Fix dispatch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Jun 28, 2024
1 parent 8bb9973 commit 191e8fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
workflow_run:
workflows: ["Vite Build"]
types:
- completed

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

0 comments on commit 191e8fc

Please sign in to comment.