Skip to content

Commit 61fc54e

Browse files
authored
Ensure GitHub Pages redeploys after scheduled run-cron job (seanprashad#236)
Fixes seanprashad#234
1 parent 1f3beff commit 61fc54e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-pages.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- master
77

8+
workflow_run:
9+
workflows: [run-cron]
10+
types:
11+
- completed
12+
813
workflow_dispatch:
914

1015
jobs:

0 commit comments

Comments
 (0)