mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 03:06:06 -04:00
Update .gitlab-ci.yml file to run builds when a new version tag is published.
This commit is contained in:
parent
1ce01d17b0
commit
b34503bbf2
1 changed files with 8 additions and 8 deletions
|
@ -51,8 +51,8 @@ build_linux_amd64_bundle:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/linux/x64/release/bundle/
|
||||
only:
|
||||
- schedules
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
build_linux_amd64_flatpak:
|
||||
tags:
|
||||
|
@ -75,8 +75,8 @@ build_linux_amd64_flatpak:
|
|||
artifacts:
|
||||
paths:
|
||||
- flatpak/com.veilid.veilidchat.flatpak
|
||||
only:
|
||||
- schedules
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
build_linux_arm64_bundle:
|
||||
stage: build
|
||||
|
@ -93,8 +93,8 @@ build_linux_arm64_bundle:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/linux/arm64/release/bundle/
|
||||
only:
|
||||
- schedules
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
build_linux_arm64_flatpak:
|
||||
tags:
|
||||
|
@ -117,8 +117,8 @@ build_linux_arm64_flatpak:
|
|||
artifacts:
|
||||
paths:
|
||||
- flatpak/com.veilid.veilidchat.flatpak
|
||||
only:
|
||||
- schedules
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||
|
||||
#test:
|
||||
# extends:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue