Skip to content

Commit

Permalink
MARP-1053 Update release drafter workflows > Unified run-name (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
lttung-axonivy authored Jan 15, 2025
1 parent a2c895f commit db4efc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
- release/*
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:

jobs:
release_drafter:
if: ${{ github.event_name == 'pull_request' || github.ref_name == 'master' || startsWith(github.ref_name, 'release/') }}
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v5

0 comments on commit db4efc5

Please sign in to comment.