Skip to content

Commit

Permalink
Update hello_world.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay30902 authored May 20, 2024
1 parent 1e1ea54 commit de7638f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/hello_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ jobs:
else
echo "val"
fi
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged

0 comments on commit de7638f

Please sign in to comment.