From fe38a32c90e87290eb3dee2f7b476bec2a52b523 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 9 Feb 2023 09:19:18 -0500 Subject: [PATCH] Update build.yml https://github.com/community/community/discussions/46757#discussioncomment-4908280 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dce650ff4..c6eafb2e39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,9 @@ name: 'Ionic Framework Build' on: pull_request: branches: [ '**' ] - merge_group: - types: [checks_requested] + push: + branches: + - gh-readonly-queue/main/* jobs: build-core: