From 38e2c55c22cec59ff1458cd4fb1e7022073a3a76 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 27 Nov 2023 09:04:57 +0100 Subject: [PATCH] enable GHA for pushes to develop and stable branches without this there is never a "base" cache and PRs always start off without any cached gems, taking longer to execute --- .github/workflows/foreman.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/foreman.yml b/.github/workflows/foreman.yml index ab7b1f72a24..d21128625c8 100644 --- a/.github/workflows/foreman.yml +++ b/.github/workflows/foreman.yml @@ -2,7 +2,11 @@ name: Foreman on: - - pull_request + pull_request: + push: + branches: + - 'develop' + - '*-stable' env: RAILS_ENV: test