From 9ee6eb5d8805f9515b6404d6dfa11784e96c823d Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 May 2024 21:01:53 -0600 Subject: [PATCH] chore: add build to push --- .github/workflows/pull-request.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6b8bc2903..fab445cc4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,6 +4,11 @@ on: branches: - main - canary + + push: + branches: + - main + - canary jobs: build-app: if: github.event_name == 'pull_request'