diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f44efe53a..6b4e0201b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,11 @@ on: branches: - master - 2.x + - 'renovate/*' jobs: test: runs-on: ubuntu-latest + if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: node: [ 10, 12 ]