We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c296e + b0ccf95 commit 3e4173bCopy full SHA for 3e4173b
.github/workflows/auto_build.yml
@@ -1,10 +1,11 @@
1
name: auto_build
2
3
on:
4
- push:
5
- branches: [release]
6
- pull_request:
7
+ workflow_dispatch:
+ inputs:
+ tag:
+ description: "版本号"
8
+ type: string
9
10
jobs:
11
linux:
.github/workflows/codeql-analysis.yml
@@ -12,8 +12,11 @@
12
name: "CodeQL"
13
14
15
16
- branches: ["release"]
17
18
19
20
21
22
analyze:
0 commit comments