diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/autorebase.yml similarity index 100% rename from .github/workflows/auto-rebase.yml rename to .github/workflows/autorebase.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20785b28ff..65c8ee89c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: CI -on: push +on: + push: + branches-ignore: + # Ignore branches automatically created by github-rebase + - rebase-pull-request** + - cherry-pick-rebase-pull-request** jobs: eslint: runs-on: ubuntu-latest