Skip to content

Commit 6853c89

Browse files
committed
20th commit
1 parent 9dc923d commit 6853c89

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: CI Pipeline
1+
name: multi-stage-react-project-ci/cd
22

33
on:
44
push:
5-
branches: [docker]
5+
branches: [docker, SSR+Docker]
66
pull_request:
7-
branches: [docker]
7+
branches: [docker, SSR+Docker]
88

99
jobs:
1010
test-and-build:
1111
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
node-version: [22.x]
15+
node-version: [20.x]
1616

1717
steps:
1818
- name: Checkout code
@@ -49,7 +49,7 @@ jobs:
4949
docker-build:
5050
needs: test-and-build
5151
runs-on: ubuntu-latest
52-
if: github.ref == 'refs/heads/docker'
52+
if: github.ref == 'refs/heads/docker' || github.ref == 'refs/heads/SSR+Docker'
5353

5454
steps:
5555
- name: Checkout code

0 commit comments

Comments
 (0)