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: