Skip to content

Commit

Permalink
Add v2 and v31 branches for maven test on push/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
micryc committed Mar 25, 2024
1 parent d5e76df commit 884c641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["master", "v2", "v31"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
branches: ["master", "v2", "v31"]
schedule:
- cron: '0 19 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Test PR

on:
pull_request:
branches: ["master"]
branches: ["master", "v2", "v31"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Test master

on:
push:
branches: ["master"]
branches: ["master", "v2", "v31"]

jobs:
build:
Expand Down

0 comments on commit 884c641

Please sign in to comment.