Skip to content

Commit 6a7e01c

Browse files
author
gurekam
committed
LAP-31: Restore ci-cd.yml from commit 233c31c
1 parent 2355e88 commit 6a7e01c

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-31 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ LAP-31 ]
88

99
env:
1010
AWS_REGION: us-west-2
@@ -100,7 +100,7 @@ jobs:
100100
build:
101101
needs: test
102102
runs-on: ubuntu-latest
103-
if: github.ref == 'refs/heads/main'
103+
if: github.ref == 'refs/heads/LAP-30'
104104

105105
steps:
106106
- uses: actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146
deploy:
147147
needs: build
148148
runs-on: ubuntu-latest
149-
if: github.ref == 'refs/heads/main'
149+
if: github.ref == 'refs/heads/LAP-30'
150150

151151
steps:
152152
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)