We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d165a commit 594aeb5Copy full SHA for 594aeb5
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
# Build on pull requests.
6
pull_request:
7
+ # Build manually
8
+ workflow_dispatch:
9
# Build on a schedule to keep up with the engine changes.
10
schedule:
11
- cron: '0 0 * * *'
0 commit comments