Skip to content

Commit

Permalink
[ci] Enable CI on branches 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane authored and vjuranek committed Jan 27, 2025
1 parent c7565cd commit 9dbb7db
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contributor-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- main
- 1.*
- 2.*
- 3.*
- 4.*
types: [ opened ]
jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cross-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- main
- 1.*
- 2.*
- 3.*
- 4.*
paths-ignore:
- '*.md'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- main
- 1.*
- 2.*
- 3.*
- 4.*
paths-ignore:
- '*.md'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/octocat-commits-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- main
- 1.*
- 2.*
- 3.*
- 4.*
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- main
- 1.*
- 2.*
- 3.*
- 4.*

jobs:
build:
Expand Down

0 comments on commit 9dbb7db

Please sign in to comment.