From e489e210787a2fb10095cbed33f633fe0c22d3e8 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Tue, 21 Jan 2025 10:26:12 +0000 Subject: [PATCH] Update cmake.yml --- .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 cb54ed5..7a43dbb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,7 +2,7 @@ name: CMake on: push: - branches: [ "master" ] + branches: [ "master", "actions" ] pull_request: branches: [ "master" ]