Skip to content

Commit

Permalink
Merge pull request #30 from Sanjay30902/sanjay/new
Browse files Browse the repository at this point in the history
Update hello_world.yaml
  • Loading branch information
Sanjay30902 authored May 20, 2024
2 parents 232c146 + de7638f commit 085b039
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 085b039

Please sign in to comment.