Skip to content

Commit

Permalink
#20: change if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamnvv committed Oct 18, 2021
1 parent 7ad90ff commit bc898d6
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 @@ -97,7 +97,7 @@ jobs:
run: |
if [ "${{ github.event.release.target_commitish }}" != "" ]; then
BRANCH="${{ github.event.release.target_commitish }}"
elif [[ "${{github.event}}" == "pull_request" ]]; then
elif [github.event == "pull_request" ]; then
echo "inside"
BRANCH="PR-${{github.event.pull_request.number}}"
else
Expand Down

0 comments on commit bc898d6

Please sign in to comment.