From c2016d955ebdab44dfe21d150ce1739a917a0ccc Mon Sep 17 00:00:00 2001 From: Ryan Barnett Date: Thu, 21 Mar 2024 14:19:55 -0400 Subject: [PATCH] chore: make the pull request lint and tests run against all PRs --- .github/workflows/{pr-build.yml => pr-verification.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{pr-build.yml => pr-verification.yml} (87%) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-verification.yml similarity index 87% rename from .github/workflows/pr-build.yml rename to .github/workflows/pr-verification.yml index 15f0a29f..5a4077b3 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-verification.yml @@ -1,13 +1,13 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Pull request builder +name: Pull request verification on: push: - branches: [prod] + branches: [develop, sandbox, prod] pull_request: - branches: [prod] + branches: [develop, sandbox, prod] jobs: build: