Skip to content

Commit

Permalink
Support also support releases in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch-zf committed Feb 10, 2023
1 parent 4b1f578 commit 6e45eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- support/*
types:
- closed

Expand Down Expand Up @@ -186,6 +187,7 @@ jobs:
cache: 'maven'
-
name: Merge main back into develop and set new snapshot version
if: github.event.pull_request.base.ref == 'main'
run: |
# Prepare git env
git config user.name "GitHub actions"
Expand Down

0 comments on commit 6e45eb9

Please sign in to comment.