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 449f44e commit cdd2264Copy full SHA for cdd2264
.github/workflows/ci-cd.yml
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ LAP-30 ]
6
pull_request:
7
8
9
jobs:
10
test:
@@ -96,7 +96,7 @@ jobs:
96
build:
97
needs: test
98
runs-on: ubuntu-latest
99
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/LAP-30'
100
101
steps:
102
- uses: actions/checkout@v4
@@ -142,7 +142,7 @@ jobs:
142
deploy:
143
needs: build
144
145
146
147
148
0 commit comments