From b9c208befab8d572aad26c9fd5e014eda662fc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Thu, 2 Feb 2023 10:26:53 +0100 Subject: [PATCH] Remove unneeded workflow trigger restriction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/build-libvirt-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-libvirt-image.yml b/.github/workflows/build-libvirt-image.yml index bc0298188..c9b366aa3 100644 --- a/.github/workflows/build-libvirt-image.yml +++ b/.github/workflows/build-libvirt-image.yml @@ -8,7 +8,6 @@ on: - "release/**" paths: - "cli/internal/libvirt/**" - - "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops - ".github/workflows/build-libvirt-image.yml" jobs: