We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d73860 commit 94c52d5Copy full SHA for 94c52d5
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,8 @@ on:
7
- 'skip-ci-**'
8
# Build on pull requests, except drafts.
9
pull_request:
10
+ # Build manually
11
+ workflow_dispatch:
12
# Build on a schedule to keep up with the engine changes.
13
schedule:
14
- cron: '0 0 * * 0'
0 commit comments