Skip to content

Commit a26f43e

Browse files
Update pipelines.yml
1 parent 11f890c commit a26f43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CICD
22
on:
33
push:
4-
branches: [dev, main]
4+
branches: [dev, releases]
55
pull_request_target:
66
types:
77
- closed
@@ -44,6 +44,7 @@ jobs:
4444
OnRelease:
4545
if: startsWith(github.ref_name, 'main')
4646
environment: prod
47+
needs: OnPush
4748
runs-on: ubuntu-latest
4849
steps:
4950
- name: Checkout repo

0 commit comments

Comments
 (0)