Skip to content

Commit b417ae2

Browse files
Update pipelines.yml
1 parent 6793795 commit b417ae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CICD
22
on:
33
push:
44
branches: [dev,release ]
5-
pull_request:
5+
pull_request_target:
66
types:
77
- closed
88
branches:
@@ -44,7 +44,6 @@ jobs:
4444
OnRelease:
4545
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'main')
4646
environment: prod
47-
needs: OnPush
4847
runs-on: ubuntu-latest
4948
steps:
5049
- name: Checkout repo

0 commit comments

Comments
 (0)