From 50a01e59ad473a935c9e9a9ce82a98cf08a27789 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:30:19 +0100 Subject: [PATCH] Changed GH Actions CI to be all upstream pushes (cherry picked from commit 250f7fe063b647129b76bd660c83e80295ea113a) --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186ab9650..66718ad25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,8 @@ name: Continuous Integration -on: - # run this workflow on pull_request activity - # this includes opening and pushing more commits - pull_request: - branches: [ master, 3.21.x, 3.18.x ] +# Run this CI on all pushes to upstream +# (including PRs fromm usptream to upstream) +on: push jobs: build_cfengine_hub_package: