We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5850f6c commit a0b2af2Copy full SHA for a0b2af2
.github/workflows/pr.yml
@@ -2,7 +2,7 @@ name: Pull Request Checks
2
3
on:
4
pull_request:
5
- branches: [ main ]
+ branches: [ main, develop ] # Updated to include develop branch
6
7
jobs:
8
test-and-lint:
@@ -57,4 +57,4 @@ jobs:
57
echo "Build artifacts:"
58
ls -la dist/
59
echo "Checking server.js content:"
60
- head -n 5 dist/server.js
+ head -n 5 dist/server.js
0 commit comments