Make the workflow trigger on any branch
All checks were successful
Build and Run C++ Unit Tests / build-and-test (push) Successful in 2m4s

This commit is contained in:
Pascal Serrarens 2025-12-19 12:47:55 +01:00
parent 8756aa5d99
commit a290e2e780

View File

@ -3,10 +3,10 @@ name: Build and Run C++ Unit Tests
on: on:
push: push:
branches: branches:
- CI - '**'
pull_request: pull_request:
branches: branches:
- CI - '**'
jobs: jobs:
build-and-test: build-and-test: