Skip to content

Commit

Permalink
Update deploy_and_Integration_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhutikumar07 authored Sep 12, 2024
1 parent 8492d72 commit 7678caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_and_Integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ name: Deploy and Integration Test

on:
pull_request:
types: [opened,closed]
types: [closed]
branches:
- Build_Deploy
- develop
workflow_dispatch:

permissions:
pull-requests: read

jobs:
deploy:
if: github.event.pull_request.merged == false
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Use Node.js 20.x
Expand Down

0 comments on commit 7678caf

Please sign in to comment.