Skip to content

Commit 3e4173b

Browse files
authored
Merge pull request #102 from ccagml/main
update
2 parents 83c296e + b0ccf95 commit 3e4173b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/auto_build.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: auto_build
22

33
on:
4-
push:
5-
branches: [release]
6-
pull_request:
7-
branches: [release]
4+
workflow_dispatch:
5+
inputs:
6+
tag:
7+
description: "版本号"
8+
type: string
89

910
jobs:
1011
linux:

.github/workflows/codeql-analysis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: ["release"]
15+
workflow_dispatch:
16+
inputs:
17+
tag:
18+
description: "版本号"
19+
type: string
1720

1821
jobs:
1922
analyze:

0 commit comments

Comments
 (0)