Skip to content

Commit

Permalink
Merge branch 'release-5.0.0' of https://github.com/samagra-comms/dao
Browse files Browse the repository at this point in the history
…into v2-integration
  • Loading branch information
surabhi-mahawar committed Aug 24, 2022
2 parents 67952ad + 91d75e0 commit 8c8c72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
tags:
- 'v*.*.*'
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:
Expand Down
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 @@ -52,4 +52,4 @@ jobs:
env:
GITHUB_USERNAME: ${{ secrets.USERNAME }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: mvn -s $GITHUB_WORKSPACE/settings.xml clean install -DskipTests
run: mvn -s $GITHUB_WORKSPACE/settings.xml clean install -DskipTests

0 comments on commit 8c8c72f

Please sign in to comment.