Skip to content

Commit

Permalink
Merge branch 'release-5.0.0' of https://github.com/samagra-comms/outb…
Browse files Browse the repository at this point in the history
…ound into v2-integration
  • Loading branch information
surabhi-mahawar committed Aug 24, 2022
2 parents da30dc0 + 96b8682 commit a3cfac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Maven Build
on:
push:
branches:
["release-4.9.0", "release-4.10.0", "v2-integration"]
["release-4.9.0", "release-4.10.0", "release-5.0.0", "v2-integration"]
pull_request:
branches:
["release-4.9.0", "release-4.10.0", "v2-integration"]
["release-4.9.0", "release-4.10.0", "release-5.0.0", "v2-integration"]

jobs:
build:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
run: |
cat $GITHUB_WORKSPACE/settings.xml
mvn -s $GITHUB_WORKSPACE/settings.xml clean install -DskipTests

0 comments on commit a3cfac3

Please sign in to comment.