another try for weird gh action behaviour

This commit is contained in:
john30
2022-09-18 18:30:47 +02:00
parent 07f3714b92
commit f8baf7a333
+1 -2
View File
@@ -7,13 +7,13 @@ on:
branches: [ master ] branches: [ master ]
paths: paths:
- 'VERSION' - 'VERSION'
- '.github/workflows/preparerelease.yml'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
limitarch: limitarch:
description: Limit to this architecture description: Limit to this architecture
required: false required: false
type: choice type: choice
default: ''
options: options:
- '' - ''
- amd64 - amd64
@@ -24,7 +24,6 @@ on:
description: Limit to this image description: Limit to this image
required: false required: false
type: choice type: choice
default: ''
options: options:
- '' - ''
- bullseye - bullseye