Skip to content

Commit

Permalink
Update newpipelinefortesting.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 authored Dec 5, 2024
1 parent 61adfe6 commit 2d59053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newpipelinefortesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "Pull Request User Login: ${{ github.event.pull_request.user.login }}"
display_fields_with_condition_after_main_push:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.merged == 'true' && github.ref == 'refs/heads/main' }}
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Display GitHub Event Fields
run: |
Expand Down

0 comments on commit 2d59053

Please sign in to comment.