mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 03:02:23 +02:00
Rename workflows to build and build-and-deploy
This commit is contained in:
parent
57ff5deac8
commit
46a0c60459
1 changed files with 9 additions and 2 deletions
|
@ -245,15 +245,22 @@ jobs:
|
|||
workflows:
|
||||
version: 2
|
||||
|
||||
build-and-test:
|
||||
build:
|
||||
jobs:
|
||||
- build-container-image
|
||||
- build-ubuntu-impish:
|
||||
requires:
|
||||
- build-container-image
|
||||
|
||||
build-tags:
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build-container-image
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
||||
# Ubuntu 21.10 (impish) not yet supported by packagecloud.io
|
||||
# - build-ubuntu-impish:
|
||||
# filters:
|
||||
|
|
Loading…
Reference in a new issue