Skip to content

Commit

Permalink
Test the draf release[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetty committed Dec 15, 2024
1 parent 8fde1c0 commit eb61d8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "[0-9]+.x"
- "feature/1.x/gha-improvements"

concurrency:
group: release-${{ github.ref_name }}
Expand All @@ -22,4 +23,5 @@ jobs:
- name: Create/Update Draft Release
uses: ./.github/actions/draft-release
with:
branch_name: ${{ github.ref_name }}
branch_name: "1.x"
# branch_name: ${{ github.ref_name }}

0 comments on commit eb61d8e

Please sign in to comment.