From 738914d83ca514aca7a656a7d60b33d9b64a11d1 Mon Sep 17 00:00:00 2001 From: peterino2 Date: Sun, 12 Oct 2025 02:22:46 -0700 Subject: [PATCH] removing auto build triggers for dev/ branches --- .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 4f83d7a..5bb7c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build Projects on: push: - branches: [ main, integration, dev/** ] + branches: [ main, integration ] pull_request: branches: [ main, integration ]