create new branch for testing ground
This commit is contained in:
parent
568d92c33e
commit
c35cca39a9
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- dev
|
||||
- testing
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- ".github/ISSUE_TEMPLATE/**"
|
||||
|
|
|
|||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -15,6 +15,7 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
- master
|
||||
- testing
|
||||
tags:
|
||||
- "v*"
|
||||
paths-ignore:
|
||||
|
|
|
|||
Loading…
Reference in a new issue