Skip to content

Commit

Permalink
chore: generalise notify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Nov 25, 2024
1 parent b871f33 commit ee5084d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/microsoft_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
version:
description: 'The latest version'
required: true
release:
description: 'The release id'
required: false

jobs:
microsoft_store:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
version:
description: 'The latest version'
required: true
release:
description: 'The release id'
required: false

jobs:
publish:
Expand Down

0 comments on commit ee5084d

Please sign in to comment.