Skip to content

Commit c5a8ce4

Browse files
authored
Merge pull request #1113 from cloudbees-oss/v1-ci
Update CI config files for Launchable CLI v1 branch
2 parents e636393 + 692f41d commit c5a8ce4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: e2e
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1]
66
workflow_dispatch:
77

88

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Python package
66
on:
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/**'

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
push:
99
branches:
10-
- main
10+
- v1
1111

1212
env:
1313
IMAGE_NAME: cloudbees/launchable

.tagpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
#
3939
[tagpr]
4040
vPrefix = true
41-
releaseBranch = main
41+
releaseBranch = v1
4242
versionFile = -
4343
changelog = false

0 commit comments

Comments
 (0)