Minor tweaks to actions/workflows files (unittest)
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 1m24s
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 1m24s
This commit is contained in:
parent
ba2697d0b8
commit
a4f68c9959
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Run UnitTests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- 'conan'
|
||||
|
||||
jobs:
|
||||
build-and-run-tests:
|
|
@ -2,7 +2,7 @@ name: Run UnitTests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- 'conan'
|
||||
|
||||
jobs:
|
||||
build-and-run-tests:
|
Loading…
Reference in a new issue