another try for weird gh action behaviour
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user