Skip to content

Commit d910291

Browse files
committed
Support manual build.
1 parent 341f386 commit d910291

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'skip-ci-**'
88
# Build on pull requests, except drafts.
99
pull_request:
10+
# Build manually
11+
workflow_dispatch:
1012
# Build on a schedule to keep up with the engine changes.
1113
schedule:
1214
- cron: '0 0 * * 0'
@@ -26,7 +28,7 @@ env:
2628

2729
jobs:
2830
CheckSkipCI:
29-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-latest
3032
if: |
3133
!contains(github.event.head_commit.message, '[skip ci]') &&
3234
!contains(github.event.pull_request.title, '[skip ci]') &&

0 commit comments

Comments
 (0)