Skip to content

Commit a0b2af2

Browse files
ci: add pull request workflow for testing, building and linting
1 parent 5850f6c commit a0b2af2

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)