postrelease: ignore RC builds (#2082)
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
postrelease:
|
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
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update winget-pkgs repository
|
- name: Update winget-pkgs repository
|
||||||
|
|||||||
Reference in New Issue
Block a user