mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 07:51:52 +08:00
ci: build workflow should behind test
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
paths-ignore:
|
workflows: [Test]
|
||||||
- 'docs/**'
|
types:
|
||||||
- '**.md'
|
- completed
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user