Skip to content

Commit 23df8dc

Browse files
committed
👷 Run CI on *-stable branches
1 parent 1e46bce commit 23df8dc

File tree

11 files changed

+21
-11
lines changed

11 files changed

+21
-11
lines changed

‎.github/workflows/ancient.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

‎.github/workflows/coverage.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ env:
1717
on:
1818
push:
1919
branches:
20-
- 'main'
20+
- 'master'
21+
- "*-stable"
2122
tags:
2223
- '!*' # Do not execute on tags
2324
pull_request:

‎.github/workflows/current-runtime-heads.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
on:
1212
push:
1313
branches:
14-
- 'main'
14+
- 'master'
1515
- '*-stable'
1616
tags:
1717
- '!*' # Do not execute on tags

‎.github/workflows/current.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
on:
1111
push:
1212
branches:
13-
- 'main'
13+
- 'master'
14+
- "*-stable"
1415
tags:
1516
- '!*' # Do not execute on tags
1617
pull_request:

‎.github/workflows/heads.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

‎.github/workflows/jruby-ancient.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

‎.github/workflows/jruby.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

‎.github/workflows/legacy.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

‎.github/workflows/style.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ permissions:
66
on:
77
push:
88
branches:
9-
- 'main'
9+
- 'master'
10+
- "*-stable"
1011
tags:
1112
- '!*' # Do not execute on tags
1213
pull_request:

‎.github/workflows/supported.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'master'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

0 commit comments

Comments
 (0)