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 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 }}