From 9b1ee149aa6e19096b347a3796dc750a7ce30ad6 Mon Sep 17 00:00:00 2001 From: bocchino Date: Tue, 11 Jul 2023 17:40:07 -0700 Subject: [PATCH] Restore build-native.yml from main --- .github/workflows/build-native.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 0fbbbd995..1fea3c1fe 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -2,6 +2,8 @@ name: Build Native Images on: release: types: [published] + pull_request: + branches: [main] jobs: Build-Native-Images: strategy: