Skip to content

Commit

Permalink
push trigger for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin-MN authored Aug 3, 2020
1 parent ebb7273 commit 9a09f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- 1.1.1
- 1.1.*

jobs:
build:
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Publish the maven package
run: |
chmod +x ./deploy.sh
./deploy.sh kernel $GITHUB_WORKSPACE/settings.xml SNAPSHOT
./deploy.sh id-repository $GITHUB_WORKSPACE/settings.xml SNAPSHOT
./deploy.sh kernel $GITHUB_WORKSPACE/settings.xml rc1
./deploy.sh id-repository $GITHUB_WORKSPACE/settings.xml rc1
env:
GPG_TTY: $(tty)
- name: Analyze with SonarCloud
Expand Down

0 comments on commit 9a09f47

Please sign in to comment.