Skip to content

Commit 40615ab

Browse files
Add support for triggering preview workflows on release events
1 parent 7c36db6 commit 40615ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Preview Updater
33
on:
44
schedule:
55
- cron: '20 2 * * *'
6+
release:
7+
types: [published]
68
workflow_dispatch:
79

810
permissions:
@@ -11,4 +13,4 @@ permissions:
1113

1214
jobs:
1315
preview:
14-
uses: TheDragonCode/.github/.github/workflows/preview.yml@main
16+
uses: TheDragonCode/.github/.github/workflows/preview.yml@main

0 commit comments

Comments
 (0)