ci: do not run test in release ci

This commit is contained in:
ReaJason
2025-02-03 00:35:34 +08:00
parent 1db9cf2bc0
commit 4f0671dbe0
+9
View File
@@ -2,6 +2,15 @@ name: Test
on:
push:
branches: [ "*" ]
paths-ignore:
- 'docs/**'
- 'boot/**'
- 'web/**'
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'boot/**'