From ce98ad429fcdc648ad0a2f06f1c9e6e6c56c03ac Mon Sep 17 00:00:00 2001 From: Maks Verver Date: Wed, 28 May 2025 14:08:48 +0200 Subject: [PATCH] Run automated build on all branches. --- .github/workflows/cmake-multi-platform.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 19a551f..c450330 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -2,11 +2,7 @@ # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml name: CMake on multiple platforms -on: - push: - branches: [ "portable" ] - pull_request: - branches: [ "portable" ] +on: ['push', 'pull_request'] jobs: build: