File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: CI/CD Pipeline
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ LAP-29 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ LAP-29 ]
88
99jobs :
1010 test :
9696 build :
9797 needs : test
9898 runs-on : ubuntu-latest
99- if : github.ref == 'refs/heads/main '
99+ if : github.ref == 'refs/heads/LAP-29 '
100100
101101 steps :
102102 - uses : actions/checkout@v4
@@ -142,13 +142,13 @@ 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-29 '
146146
147147 steps :
148148 - uses : actions/checkout@v4
149149
150150 - name : Set up Minikube
151- uses : manuel-packeisen/setup-minikube@v2.0.0
151+ uses : manuel-packeisen/setup-minikube@v2.7.1
152152 with :
153153 minikube version : ' latest'
154154 kubernetes version : ' v1.28.0'
You can’t perform that action at this time.
0 commit comments