mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-24 18:44:04 -08:00
chore: generalise notify workflows
This commit is contained in:
parent
b871f33882
commit
ee5084d7a3
3
.github/workflows/microsoft_store.yml
vendored
3
.github/workflows/microsoft_store.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
version:
|
||||
description: 'The latest version'
|
||||
required: true
|
||||
release:
|
||||
description: 'The release id'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
microsoft_store:
|
||||
|
|
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
version:
|
||||
description: 'The latest version'
|
||||
required: true
|
||||
release:
|
||||
description: 'The release id'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue