We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee77667 commit 74fdfe0Copy full SHA for 74fdfe0
1 file changed
.gitea/workflows/bump.yaml
@@ -4,22 +4,19 @@ name: 'Bump'
4
5
6
on:
7
- workflow_call:
+ workflow_dispatch:
8
inputs:
9
CZ_PRE_RELEASE:
10
default: none
11
required: false
12
description: Create Pre-Release {alpha,beta,rc,none}
13
- type: string
14
CZ_INCREMENT:
15
16
17
- description: Type of increment to conduct {MAJOR,MINOR,PATCH,none}
18
19
- secrets:
20
- WORKFLOW_TOKEN:
21
- description: Token used to create the tag (required to trigger 'tag' workflow)
22
- required: true
+ description: Type of bump to conduct {MAJOR,MINOR,PATCH,none}
+ push:
+ branches:
+ - 'master'
23
24
25
jobs:
0 commit comments