Skip to content

Commit

Permalink
[ci] run on renovate/*
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Feb 15, 2024
1 parent b94dddd commit 9072c9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
push:
branches:
- master
- renovate/*

jobs:
build:
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
push_manifest:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

permissions:
contents: read
Expand Down Expand Up @@ -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 }}

0 comments on commit 9072c9d

Please sign in to comment.