From 8161615c65aa6bfce34b3c6b52dac71b0ad83544 Mon Sep 17 00:00:00 2001 From: Fabricio Mera <55803899+fm7-1@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:52:14 -0500 Subject: [PATCH] chore: Run build workflow on PR (#248) --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a21dd6c..b7db85f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,14 @@ --- name: Build -on: push - +on: + push: + branches: + - main + pull_request: + types: + - opened + - synchronize concurrency: group: build-${{ github.ref }} cancel-in-progress: true