mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 12:09:45 +00:00
only create winget PR for stable versions [ci skip]
This commit is contained in:
parent
144e929896
commit
542d2fcfe1
4
.github/workflows/win-exe.yml
vendored
4
.github/workflows/win-exe.yml
vendored
@ -416,8 +416,8 @@ jobs:
|
||||
local-dir: files/
|
||||
notify-winget:
|
||||
name: Notify for winget-release
|
||||
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published'
|
||||
needs: [build-msi]
|
||||
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published' && needs.get-version.outputs.versionType == 'stable'
|
||||
needs: [build-msi, get-version]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Slack Notification
|
||||
|
Loading…
Reference in New Issue
Block a user