Unverified Commit 293f88e4 authored by boojack's avatar boojack Committed by GitHub

chore: update GitHub action name (#886)

* chore: update github actions name

* chore: update
parent 861eeb7b
name: Backend Test
name: Default Backend Test
on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths:
- "web/**"
......
......@@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths-ignore:
- "web/**"
......
name: Frontend Test
name: Default Frontend Test
on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths-ignore:
- "web/**"
......
......@@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- "release/v*.*.*"
- "release/*.*.*"
paths:
- "web/**"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment