set workflow trigger condition to manually
Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
parent
2bf5a97733
commit
5e6bb0d8a5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,10 +1,9 @@
|
||||
name: navicat-keygen builds
|
||||
on: [push]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
navicat-keygen-x86:
|
||||
runs-on: windows-latest
|
||||
if: "startsWith(github.event.head_commit.message, '[build]')"
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@ -33,7 +32,6 @@ jobs:
|
||||
|
||||
navicat-keygen-x64:
|
||||
runs-on: windows-latest
|
||||
if: "startsWith(github.event.head_commit.message, '[build]')"
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user