postrelease: ignore RC builds (#2082)

This commit is contained in:
Takase
2025-05-18 23:16:10 +08:00
committed by takase1121
parent d8f7b6e1be
commit 9511f55fc4
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
postrelease:
if: ${{ github.repository == 'lite-xl/lite-xl' && startsWith(github.ref, 'refs/tags/v') }}
if: ${{ github.repository == 'lite-xl/lite-xl' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'rc') }}
runs-on: windows-latest
steps:
- name: Update winget-pkgs repository