chore: update GitHub action name (#886)

* chore: update github actions name

* chore: update
This commit is contained in:
boojack 2023-01-01 22:01:16 +08:00 committed by GitHub
parent 861eeb7b0f
commit 293f88e40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
name: Backend Test
name: Default Backend Test
on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths:
- "web/**"

View file

@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths-ignore:
- "web/**"

View file

@ -1,10 +1,10 @@
name: Frontend Test
name: Default Frontend Test
on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths-ignore:
- "web/**"

View file

@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths:
- "web/**"