From b0eac8f523e886983ba70ab598a9d7e29aa2351f Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:45:11 -0400 Subject: [PATCH] Refine triggers --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d60771..af2ac48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,11 @@ name: ci-build on: - - push - - pull_request + pull_request: + branches: + - '*' + push: + branches: [ main, MMU_* ] jobs: build: