We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c36db6 commit 40615abCopy full SHA for 40615ab
.github/workflows/preview.yml
@@ -3,6 +3,8 @@ name: Preview Updater
3
on:
4
schedule:
5
- cron: '20 2 * * *'
6
+ release:
7
+ types: [published]
8
workflow_dispatch:
9
10
permissions:
@@ -11,4 +13,4 @@ permissions:
11
13
12
14
jobs:
15
preview:
- uses: TheDragonCode/.github/.github/workflows/preview.yml@main
16
+ uses: TheDragonCode/.github/.github/workflows/preview.yml@main
0 commit comments