From 0a69cfe2e9df26d6935c8e37331971f2c7fbd314 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:41:39 -0500 Subject: [PATCH] fix: only run test on PR --- .github/workflows/test-iso.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index 9b818f5..2e1d99f 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -1,16 +1,6 @@ name: Test Generate ISO on: - push: - branches: - - main - tags: - - 'v*' - paths-ignore: - - 'Containerfile' - - '*.md' - - 'LICENSE' - - 'CODEOWNERS' pull_request: branches: - main