From f8baf7a3332ecaf31638eaaf8aabaa0d73fe2aa4 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 18 Sep 2022 18:30:47 +0200 Subject: [PATCH] another try for weird gh action behaviour --- .github/workflows/preparerelease.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preparerelease.yml b/.github/workflows/preparerelease.yml index faf09c12..b14f2354 100644 --- a/.github/workflows/preparerelease.yml +++ b/.github/workflows/preparerelease.yml @@ -7,13 +7,13 @@ on: branches: [ master ] paths: - 'VERSION' + - '.github/workflows/preparerelease.yml' workflow_dispatch: inputs: limitarch: description: Limit to this architecture required: false type: choice - default: '' options: - '' - amd64 @@ -24,7 +24,6 @@ on: description: Limit to this image required: false type: choice - default: '' options: - '' - bullseye