From 28f22f8675c32d94ab85fd32d8b1b021d577d684 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Tue, 18 Jul 2023 14:49:48 -0400 Subject: [PATCH] CI: typo --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4081fc0..51e691e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,7 +1,7 @@ name: build-test-analyze on: push: - branches: [ main, pw/lcovGithubActions ] + branches: [ main, pw/lcovGithubAction ] pull_request: branches: [ main ] schedule: