We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2355e88 commit 6a7e01cCopy full SHA for 6a7e01c
.github/workflows/ci-cd.yml
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ LAP-31 ]
6
pull_request:
7
8
9
env:
10
AWS_REGION: us-west-2
@@ -100,7 +100,7 @@ jobs:
100
build:
101
needs: test
102
runs-on: ubuntu-latest
103
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/LAP-30'
104
105
steps:
106
- uses: actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146
deploy:
147
needs: build
148
149
150
151
152
0 commit comments