From 862203b7809ed4df871f7757862f744c1b8f80f4 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:23:28 +0000 Subject: [PATCH] remove other on --- .github/workflows/iso.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 88fc9ac..651c2f8 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -19,14 +19,6 @@ on: required: true type: string - push: - branches: - - 'main' - tags: - - 'v*' - - pull_request: - env: IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }} IMAGE_ARCH: ${{ github.event.inputs.IMAGE_ARCH || 'x86_64' }}