Minor tweaks to actions/workflows files (unittest)
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 4m48s

This commit is contained in:
Stephen Seo 2024-07-13 11:38:52 +09:00
parent 125ef0aaf5
commit 2bb283e335
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Run UnitTests
on: on:
push: push:
branches: branches:
- '*' - 'conan'
jobs: jobs:
build-and-run-tests: build-and-run-tests:

View file

@ -2,7 +2,7 @@ name: Run UnitTests
on: on:
push: push:
branches: branches:
- '*' - 'conan'
jobs: jobs:
build-and-run-tests: build-and-run-tests: