mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
GitHub Actions: better names for the Linux builds
This makes it easier to figure out which build is doing what. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2f5d37e86e
commit
932031bf4c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/linux-bionic-5.9.yml
vendored
2
.github/workflows/linux-bionic-5.9.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Linux Qt 5.9
|
||||
name: Ubuntu 18.04 / Qt 5.9
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
2
.github/workflows/linux-eoan-5.12.yml
vendored
2
.github/workflows/linux-eoan-5.12.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Linux Qt 5.12 Ubuntu 19.10
|
||||
name: Ubuntu 19.10 / Qt 5.12
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
2
.github/workflows/linux-trusty-5.12.yml
vendored
2
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Linux Qt 5.12
|
||||
name: Ubuntu 14.04 / Qt 5.12 for AppImage
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Add table
Reference in a new issue