From 5a2bfc7325b54811a909e7b746c189df65352788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sat, 19 Feb 2022 00:13:51 +0100 Subject: [PATCH] Revert "Only run actions for the master branch" This reverts commit 7d3cfc0fe5a36539cd3b860469f98240e53c4314. --- .github/workflows/cmake.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1539212f5..4bc84e91c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,9 +3,6 @@ name: CMake on: push: - branches: - - master - paths: - src/** - "**/CMakeLists.txt" @@ -15,9 +12,6 @@ on: - "!**/Makefile*" pull_request: - branches: - - master - paths: - src/** - "**/CMakeLists.txt"