Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Oct 4, 2023
1 parent 347f931 commit 45f4ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- release

permissions:
contents: read
Expand All @@ -22,6 +22,6 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-master.yml
config-name: release-drafter-release.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45f4ebe

Please sign in to comment.