mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
github: run build after test
This commit is contained in:
parent
11d99f106e
commit
ff81c9d689
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: build
|
||||
name: Build
|
||||
|
||||
on: push
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Test]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build_macos:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Go Test
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
x
Reference in New Issue
Block a user