workflow for main and stable releases
This commit is contained in:
parent
7ee1116695
commit
b29aa94c01
1 changed files with 15 additions and 5 deletions
|
@ -168,25 +168,33 @@ workflows:
|
|||
- prepare-build:
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
only:
|
||||
- main
|
||||
- stable
|
||||
- build-windows:
|
||||
requires:
|
||||
- prepare-build
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
only:
|
||||
- main
|
||||
- stable
|
||||
- build-linux:
|
||||
requires:
|
||||
- prepare-build
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
only:
|
||||
- main
|
||||
- stable
|
||||
- build-winget:
|
||||
requires:
|
||||
- prepare-build
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
only:
|
||||
- main
|
||||
- stable
|
||||
- release:
|
||||
requires:
|
||||
- build-windows
|
||||
|
@ -194,4 +202,6 @@ workflows:
|
|||
- build-winget
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
only:
|
||||
- main
|
||||
- stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue