diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d82e4b9..26ef584 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,7 +2,7 @@ name: Pull Request Checks on: pull_request: - branches: [ main ] + branches: [ main, develop ] # Updated to include develop branch jobs: test-and-lint: @@ -57,4 +57,4 @@ jobs: echo "Build artifacts:" ls -la dist/ echo "Checking server.js content:" - head -n 5 dist/server.js \ No newline at end of file + head -n 5 dist/server.js \ No newline at end of file