diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f298445..32b1e85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,11 @@ on: pull_request: branches: ["main", "master"] paths-ignore: ["*.md"] - + + push: + branches: + - "renovate/**" + jobs: ci: runs-on: ubuntu-latest