Skip to content

Commit d03a79f

Browse files
committed
👷 Run CI on *-stable branches
1 parent 7ede44a commit d03a79f

17 files changed

+17
-0
lines changed

.github/workflows/ancient-svc-adapters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/ancient.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
push:
1919
branches:
2020
- 'main'
21+
- "*-stable"
2122
tags:
2223
- '!*' # Do not execute on tags
2324
pull_request:

.github/workflows/current-svc-adapters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- 'main'
14+
- "*-stable"
1415
tags:
1516
- '!*' # Do not execute on tags
1617
pull_request:

.github/workflows/current.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- 'main'
14+
- "*-stable"
1415
tags:
1516
- '!*' # Do not execute on tags
1617
pull_request:

.github/workflows/heads.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/jruby-ancient-svc-adapters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/jruby-ancient.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/jruby-svc-adapters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

.github/workflows/jruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- 'main'
13+
- "*-stable"
1314
tags:
1415
- '!*' # Do not execute on tags
1516
pull_request:

0 commit comments

Comments
 (0)