From 947dc9817571a862143c0633771b517c85e3d6db Mon Sep 17 00:00:00 2001 From: reduckted Date: Mon, 1 Apr 2024 13:30:21 +1000 Subject: [PATCH] Excluded dependabot branches from triggering a build. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31055ba..0ddd0ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches: - - "**" + branches-ignore: + - "dependabot/**" tags-ignore: - "**"