mirror of
https://github.com/usememos/memos.git
synced 2025-03-19 20:20:06 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "release/v*.*.*"
|
- "release/*.*.*"
|
||||||
paths:
|
paths:
|
||||||
- "web/**"
|
- "web/**"
|
||||||
|
|
||||||
|
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "release/v*.*.*"
|
- "release/*.*.*"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "web/**"
|
- "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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "release/v*.*.*"
|
- "release/*.*.*"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "web/**"
|
- "web/**"
|
||||||
|
|
||||||
|
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "release/v*.*.*"
|
- "release/*.*.*"
|
||||||
paths:
|
paths:
|
||||||
- "web/**"
|
- "web/**"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user