diff --git a/.github/workflows/renovate-rebase.yaml b/.github/workflows/renovate-rebase.yaml index a589a56c..3816151c 100644 --- a/.github/workflows/renovate-rebase.yaml +++ b/.github/workflows/renovate-rebase.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: pull_request: types: ["auto_merge_enabled"] - branches: ["renovate/**"] + branches: ["main"] # push: # branches: ["renovate/**"] @@ -18,12 +18,14 @@ concurrency: jobs: renovate-rebase: name: Renovate + if: startsWith(github.event.pull_request.head.ref,'renovate/') == true uses: JJGadgets/Biohazard/.github/workflows/renovate.yaml@main secrets: inherit rebase-after: name: Rebase runs-on: ubuntu-latest needs: renovate-rebase + if: startsWith(github.event.pull_request.head.ref,'renovate/') == true steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0