From 6055bfbb5b8c0cbb1e12d80648d9b09c9aa179f3 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 27 Oct 2023 15:29:08 +0200 Subject: [PATCH] gh-actions: run on commits to the primary branch to prime the cache --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acbe405c8..0e79ea443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: CI on: push: branches-ignore: - - 'master' - 'ci/**' - '!ci/gha**' pull_request: