Skip to content

Commit cdd2264

Browse files
author
gurekam
committed
LAP-30: Added eks-cluster setup and workflow file updated
1 parent 449f44e commit cdd2264

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ LAP-30 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ LAP-30 ]
88

99
jobs:
1010
test:
@@ -96,7 +96,7 @@ jobs:
9696
build:
9797
needs: test
9898
runs-on: ubuntu-latest
99-
if: github.ref == 'refs/heads/main'
99+
if: github.ref == 'refs/heads/LAP-30'
100100

101101
steps:
102102
- uses: actions/checkout@v4
@@ -142,7 +142,7 @@ jobs:
142142
deploy:
143143
needs: build
144144
runs-on: ubuntu-latest
145-
if: github.ref == 'refs/heads/main'
145+
if: github.ref == 'refs/heads/LAP-30'
146146

147147
steps:
148148
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)