From 3f65882bdc75f1712c9a3c9d2ddf0e53a27ce4b9 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 9 Aug 2024 22:49:18 +1000 Subject: [PATCH] Update c-cpp.yml It would be great if this was documented better. --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2e7a808..3d2345d 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,7 +2,7 @@ name: Comprehensive Tests on: push: - branches: [ "main", "dev" ] + branches: [ "main" ] pull_request: branches: [ "main" ]