summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-28 23:22:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-28 23:22:49 +0200
commit02f1105f3de69fb269e44a7475ea00d1428a7f3e (patch)
treef8e6a0dfc4f2569f10c53e286d8dc793cf8e4504 /.github
parentc99bf8ba328f7f1c1e074d9e038733bd5c57b940 (diff)
downloadqutebrowser-02f1105f3de69fb269e44a7475ea00d1428a7f3e.tar.gz
qutebrowser-02f1105f3de69fb269e44a7475ea00d1428a7f3e.zip
ci: Avoid double builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ac405979d..a2a330284 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,10 @@
name: CI
-on: [push, pull_request]
+on:
+ push:
+ branches-ignore:
+ - 'update-dependencies'
+ - 'dependabot/*'
+ pull_request:
env:
PY_COLORS: "1"
MYPY_FORCE_TERMINAL_WIDTH: "180"