Skip to content

Commit

Permalink
another try for weird gh action behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Sep 18, 2022
1 parent 07f3714 commit f8baf7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preparerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +24,6 @@ on:
description: Limit to this image
required: false
type: choice
default: ''
options:
- ''
- bullseye
Expand Down

0 comments on commit f8baf7a

Please sign in to comment.