Skip to content

Commit 31c78ca

Browse files
Merge pull request #244 from patternfly/v4-setup
chore(CI): Setup v4 branch to continue releasing to prerelease channel
2 parents 69e904a + d3b385b commit 31c78ca

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/a11y.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: A11y CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v4 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v4 ]
88

99
jobs:
1010
a11y:

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ v4 ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ v4 ]
1111

1212
jobs:
1313
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- main
5+
- v4
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest

.github/workflows/visual-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Percy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v4 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v4 ]
88

99
env:
1010
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: [{ name: 'main', channel: 'prerelease' }],
2+
branches: [{ name: 'v4', channel: 'prerelease' }],
33
analyzeCommits: {
44
preset: 'angular',
55
},

0 commit comments

Comments
 (0)