ci: build workflow should behind test

This commit is contained in:
ReaJason
2024-12-20 23:39:48 +08:00
parent cfb64ba91a
commit 87f2bd2840
+4 -4
View File
@@ -1,10 +1,10 @@
name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
workflow_run:
workflows: [Test]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}