From 9072c9dd5d17da5085f6473cb6df8345b1307bdf Mon Sep 17 00:00:00 2001 From: NextFire Date: Thu, 15 Feb 2024 17:46:59 -0500 Subject: [PATCH] [ci] run on renovate/* --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927a408..710e6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: push: branches: - master + - renovate/* jobs: build: @@ -74,6 +75,7 @@ jobs: push_manifest: needs: build runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' permissions: contents: read @@ -104,4 +106,3 @@ jobs: podman manifest add $image_base ${{ env.REGISTRY }}/$image_base_sha-aarch64 podman manifest push $image_base ${{ env.REGISTRY }}/$image_base_sha podman manifest push $image_base ${{ env.REGISTRY }}/$image_base:${{ github.ref_name }} -