From 0b1dcae3a46771597f8c7ba87fc1df605a141049 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Wed, 18 Oct 2023 19:58:22 -0400 Subject: [PATCH] Update arm-create-package.yml --- .github/workflows/arm-create-package.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm-create-package.yml b/.github/workflows/arm-create-package.yml index e20b903..145624e 100644 --- a/.github/workflows/arm-create-package.yml +++ b/.github/workflows/arm-create-package.yml @@ -1,9 +1,11 @@ -name: Create Package +name: Create arm64 Package "on": - workflow_dispatch: {} + push: + branches: + - anthonydahanne-arm64-tests jobs: - create-package: - name: Create Package + create-arm64-package: + name: Create arm64 Package runs-on: - buildjet-4vcpu-ubuntu-2204-arm steps: