Skip to content

Commit 8b38f45

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
build:
101101
needs: test
102102
runs-on: ubuntu-latest
103-
if: github.ref == 'refs/heads/LAP-30'
103+
if: github.ref == 'refs/heads/LAP-31'
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/LAP-30'
149+
if: github.ref == 'refs/heads/LAP-31'
150150

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

0 commit comments

Comments
 (0)