mirror of
https://github.com/usememos/memos.git
synced 2025-03-19 12:10:08 +01:00
chore: update GitHub action name (#886)
* chore: update github actions name * chore: update
This commit is contained in:
parent
861eeb7b0f
commit
293f88e40c
4
.github/workflows/backend-tests-default.yml
vendored
4
.github/workflows/backend-tests-default.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Backend Test
|
||||
name: Default Backend Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "release/v*.*.*"
|
||||
- "release/*.*.*"
|
||||
paths:
|
||||
- "web/**"
|
||||
|
||||
|
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "release/v*.*.*"
|
||||
- "release/*.*.*"
|
||||
paths-ignore:
|
||||
- "web/**"
|
||||
|
||||
|
4
.github/workflows/frontend-tests-default.yml
vendored
4
.github/workflows/frontend-tests-default.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Frontend Test
|
||||
name: Default Frontend Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "release/v*.*.*"
|
||||
- "release/*.*.*"
|
||||
paths-ignore:
|
||||
- "web/**"
|
||||
|
||||
|
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "release/v*.*.*"
|
||||
- "release/*.*.*"
|
||||
paths:
|
||||
- "web/**"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user