Skip to content

Commit 7fe810b

Browse files
fix: update gh workflow branch names
1 parent cd25059 commit 7fe810b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
# Publish `master` as Docker `latest` image.
66
branches:
7-
- master
8-
- 'release/**'
7+
- 'releases/**'
98

109
# Publish `v1.2.3` tags as releases.
1110
tags:

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish GitBook to GH Pages
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'releases/v1'
77

88

99
jobs:

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ name: Chime Lint and Test
66
on:
77
push:
88
branches:
9-
- master
10-
- 'feature/**'
11-
- 'release/**'
9+
- '**'
1210
pull_request:
1311
branches:
14-
- master
12+
- develop
13+
- 'releases/**'
1514

1615
jobs:
1716
build:

0 commit comments

Comments
 (0)