Skip to content

Commit

Permalink
Update snapcraft_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Mar 7, 2024
1 parent 5cee185 commit f5a72ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/snapcraft_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ name: Snapcraft tab Publish
on:
release:
types: [published]


workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'

jobs:
snapcraft-releaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5a72ee

Please sign in to comment.