File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: e2e
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1 ]
66 workflow_dispatch :
77
88
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ name: Python package
66on :
77 workflow_dispatch :
88 push :
9- branches : [ main ]
9+ branches : [ v1 ]
1010 paths-ignore :
1111 - ' WORKSPACE'
1212 - ' src/**'
1313 pull_request :
14- branches : [ main ]
14+ branches : [ v1 ]
1515 paths-ignore :
1616 - ' WORKSPACE'
1717 - ' src/**'
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 push :
99 branches :
10- - main
10+ - v1
1111
1212env :
1313 IMAGE_NAME : cloudbees/launchable
Original file line number Diff line number Diff line change 3838#
3939[tagpr]
4040 vPrefix = true
41- releaseBranch = main
41+ releaseBranch = v1
4242 versionFile = -
4343 changelog = false
You can’t perform that action at this time.
0 commit comments