Skip to content

Commit bb2293a

Browse files
authored
Update ci.yml
1 parent 320533e commit bb2293a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
name: CI/CD Pipeline
22
on:
33
push:
4-
paths-ignore:
5-
- '**.md'
6-
- 'docs/**'
7-
- '.gitignore'
4+
branches: [main, develop]
85
pull_request:
9-
paths-ignore:
10-
- '**.md'
11-
- 'docs/**'
12-
- '.gitignore'
6+
branches: [main, develop]
137

148
env:
15-
NODE_VERSION: '22'
169
DOCKER_COMPOSE_VERSION: '2.29.7'
17-
PHP_VERSION: '8.3'
1810

1911
jobs:
2012
ci:
@@ -43,7 +35,7 @@ jobs:
4335
- name: Setup Node.js
4436
uses: actions/setup-node@v4
4537
with:
46-
node-version: ${{ env.NODE_VERSION }}
38+
node-version-file: '.nvmrc'
4739
cache: 'npm'
4840
cache-dependency-path: 'package-lock.json'
4941

0 commit comments

Comments
 (0)