mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Renamed Github workflows
This commit is contained in:
parent
cac57b3e4b
commit
e7c7144c84
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
|
@ -3,7 +3,7 @@ name: bld-ci
|
|||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build-bld-project:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
-DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/bld
|
||||
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
|
||||
|
||||
build-bld-project-macos:
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue