Skip to content

Commit

Permalink
Enable CI for branch-1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 11, 2023
1 parent 4012ed5 commit 61c3cd3
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-csharp-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ name: "CodeQL C#"
on:
push:
branches:
- master
- branch-1.11
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- branch-1.11
paths:
- .github/workflows/codeql-csharp-analysis.yml
- lang/csharp/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-java-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ on:
workflow_dispatch:
push:
branches:
- master
- branch-1.11
pull_request:
branches:
- master
- branch-1.11
paths:
- .github/workflows/codeql-java-analysis.yml
- lang/java/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-js-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ name: "CodeQL JavaScript"
on:
push:
branches:
- master
- branch-1.11
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- branch-1.11
paths:
- .github/workflows/codeql-js-analysis.yml
- lang/js/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-py-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ name: "CodeQL Python"
on:
push:
branches:
- master
- branch-1.11
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- branch-1.11
paths:
- .github/workflows/codeql-py-analysis.yml
- lang/py/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: "Publish Snapshot to Maven"
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/java-publish-snapshot.yml
- lang/java/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Maven 4'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/maven4.yml
- lang/java/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Rat'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Spotless'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/spotless.yml
- lang/java/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-c++.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: Test C++
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- '.github/workflows/test-lang-c\+\+.yml'
- 'lang/c\+\+/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: Test C
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-c.yml
- lang/c/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test C#'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-csharp.yml
- lang/csharp/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test Java'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-java.yml
- lang/java/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test JavaScript'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-js.yml
- lang/js/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test Perl'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-perl.yml
- lang/perl/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test PHP'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-php.yml
- lang/php/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test Python'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-py.yml
- lang/py/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: 'Test Ruby'
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-ruby.yml
- lang/ruby/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-rust-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Rust Security Audit
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-rust-audit.yml
- lang/rust/Cargo.toml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Rust Continuous Integration
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-rust-ci.yml
- lang/rust/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Rust Clippy Check
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ branch-1.11 ]
pull_request:
branches: [ master ]
branches: [ branch-1.11 ]
paths:
- .github/workflows/test-lang-rust-clippy.yml
- lang/rust/**
Expand Down

0 comments on commit 61c3cd3

Please sign in to comment.