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