Skip to content

Commit

Permalink
fix: release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 4, 2023
1 parent cf90878 commit e79d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- id: create_release
uses: release-drafter/release-drafter@v5
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: (github.event_name == 'pull_request') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e79d19c

Please sign in to comment.