Skip to content

Commit 00ec2e8

Browse files
committed
allow triggering update through webhook
1 parent b04a207 commit 00ec2e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16+
# Allows you to trigger this workflow from a webhook
17+
repository_dispatch:
18+
types: [ trigger-workflow ]
19+
1620
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1721
permissions:
1822
contents: read

0 commit comments

Comments
 (0)