Skip to content

Commit 8887499

Browse files
committed
CI: Run all github actions on commits in release branches
1 parent 892e8fd commit 8887499

17 files changed

+17
-0
lines changed

.github/workflows/CI-cygwin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/CI-unixish-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/buildman.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/cppcheck-premium.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/selfcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/tsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/ubsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

.github/workflows/valgrind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- 'main'
99
- 'releases/**'
10+
- '2.*'
1011
tags:
1112
- '2.*'
1213
pull_request:

0 commit comments

Comments
 (0)