From 88964201e5236682bbe9174b00e87ccecc4b110b Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Thu, 12 Sep 2024 14:36:45 -0500 Subject: [PATCH] Update build.yml to include 'dev/*' branches in pull_request event --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 410265ad..a5c43d61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: push: branches: [ main, 'rel/*' ] pull_request: - branches: [ main ] + branches: [ main, 'dev/*' ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: