Skip to content

Commit 5feb1f4

Browse files
committed
AVRO-4250 [build] Run github actions test workflows for the maintenance branches
1 parent e15e0d9 commit 5feb1f4

9 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/test-lang-c++.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: Test C++
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- '.github/workflows/test-lang-c\+\+.yml'
2525
- 'lang/c\+\+/**'

.github/workflows/test-lang-c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: Test C
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-c.yml
2525
- lang/c/**

.github/workflows/test-lang-csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test C#'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-csharp.yml
2525
- lang/csharp/**

.github/workflows/test-lang-java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test Java'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-java.yml
2525
- lang/java/**

.github/workflows/test-lang-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test JavaScript'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-js.yml
2525
- lang/js/**

.github/workflows/test-lang-perl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test Perl'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-perl.yml
2525
- lang/perl/**

.github/workflows/test-lang-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test PHP'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-php.yml
2525
- lang/php/**

.github/workflows/test-lang-py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test Python'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-py.yml
2525
- lang/py/**

.github/workflows/test-lang-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: 'Test Ruby'
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: [ main ]
20+
branches: [main, branch-1.11, branch-1.12]
2121
pull_request:
22-
branches: [ main ]
22+
branches: [main, branch-1.11, branch-1.12]
2323
paths:
2424
- .github/workflows/test-lang-ruby.yml
2525
- lang/ruby/**

0 commit comments

Comments
 (0)