Skip to content

Commit c64f11e

Browse files
Run CI against new stable branch
1 parent 8a66e8d commit c64f11e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/install-rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/read-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/realworld-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/system-rubygems-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
push:
1010
branches:
11-
- master
11+
- 3.7
1212

1313
concurrency:
1414
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/truffleruby-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/ubuntu-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.7
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)