Skip to content

Commit c2f4c5c

Browse files
authored
CI: Run all github actions on commits in release branches (#6777)
1 parent 400f870 commit c2f4c5c

17 files changed

Lines changed: 17 additions & 0 deletions

.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:

0 commit comments

Comments
 (0)