From d8e441d157517bf80eb8f5c72bdf8a025c440bc5 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Sat, 4 Jan 2025 00:34:33 +0000 Subject: [PATCH] fix: add back the push trigger (#93) * fix: add back the push trigger * fix: revert push trigger and remove merge_group --- .github/workflows/build-boxkit.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-boxkit.yml b/.github/workflows/build-boxkit.yml index 57a04f9..d9f4f27 100644 --- a/.github/workflows/build-boxkit.yml +++ b/.github/workflows/build-boxkit.yml @@ -4,7 +4,11 @@ on: pull_request: branches: - main - merge_group: + push: + branches: + - main + paths-ignore: # don't rebuild on documentation change + - '**.md' schedule: - cron: '0 0 * * TUE' @@ -27,8 +31,8 @@ jobs: - boxkit #- fedora-example # Included as an example to demonstrate multi-image builds, uncomment to build the fedora-example container too steps: - # Checkout push-to-registry action GitHub repository - - name: Checkout Push to Registry action + # Clone code to runner + - name: Checkout uses: actions/checkout@v4 # Build metadata