Skip to content

Commit f8baf7a

Browse files
committed
another try for weird gh action behaviour
1 parent 07f3714 commit f8baf7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/preparerelease.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
branches: [ master ]
88
paths:
99
- 'VERSION'
10+
- '.github/workflows/preparerelease.yml'
1011
workflow_dispatch:
1112
inputs:
1213
limitarch:
1314
description: Limit to this architecture
1415
required: false
1516
type: choice
16-
default: ''
1717
options:
1818
- ''
1919
- amd64
@@ -24,7 +24,6 @@ on:
2424
description: Limit to this image
2525
required: false
2626
type: choice
27-
default: ''
2827
options:
2928
- ''
3029
- bullseye

0 commit comments

Comments
 (0)