Skip to content

Commit

Permalink
Prepare support/8x
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 authored Dec 11, 2024
1 parent 060746c commit 93c713b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- 'support/8.x'
workflow_dispatch:

jobs:
Expand All @@ -12,5 +12,7 @@ jobs:
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-v7.x.yml # located in .github/ in default branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93c713b

Please sign in to comment.