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: on:
pull_request: pull_request:
branches: branches:
- main - main
- "release/v*.*.*" - "release/*.*.*"
paths: paths:
- "web/**" - "web/**"
......
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
- "release/v*.*.*" - "release/*.*.*"
paths-ignore: paths-ignore:
- "web/**" - "web/**"
......
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/**"
......
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
- "release/v*.*.*" - "release/*.*.*"
paths: paths:
- "web/**" - "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