Skip to content

Commit

Permalink
Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jensborch committed Sep 3, 2024
1 parent a7f88bc commit 28c030d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Release
on:
push:
branches:
- "releases/**"
- "release/**"

jobs:
call-workflow:
uses: jensborch/workflows/.github/workflows/release-release.yml@main
uses: jensborch/workflows/.github/workflows/maven-release.yml@main
secrets: inherit
permissions:
contents: write
Expand Down

0 comments on commit 28c030d

Please sign in to comment.