Skip to content

Commit

Permalink
revert release.yaml change
Browse files Browse the repository at this point in the history
Signed-off-by: vinayada1 <[email protected]>
  • Loading branch information
vinayada1 committed Feb 1, 2024
1 parent 12f770c commit b945d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
generate_release_note:
name: Generate release note from template
runs-on: ubuntu-latest
if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request'
if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'main'
env:
RELNOTE_FOUND: false
steps:
Expand Down

0 comments on commit b945d2d

Please sign in to comment.