Skip to content

Commit 1f5c82d

Browse files
Merge pull request #21 from pineapple-EPITA/feature/ci-pr-workflow
ci: add pull request workflow for testing, building and linting
2 parents 5850f6c + a0b2af2 commit 1f5c82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull Request Checks
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ main, develop ] # Updated to include develop branch
66

77
jobs:
88
test-and-lint:
@@ -57,4 +57,4 @@ jobs:
5757
echo "Build artifacts:"
5858
ls -la dist/
5959
echo "Checking server.js content:"
60-
head -n 5 dist/server.js
60+
head -n 5 dist/server.js

0 commit comments

Comments
 (0)