Skip to content

Commit

Permalink
performance(ci): Don’t Lint Branches Created by AutoRebase
Browse files Browse the repository at this point in the history
Previously, the CI queue filled up rapidly. In theory, this should fix it.
  • Loading branch information
FlorianWendelborn committed Sep 16, 2021
1 parent 85b44f6 commit 41736f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion .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
Expand Down

0 comments on commit 41736f4

Please sign in to comment.