From 966c873c082524636093b296843e5ac8dfaee010 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 1 Apr 2022 10:11:06 +0800 Subject: [PATCH] ci: ignore push event for dependabot --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1d5aab2..98cca426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [ pull_request, push ] +on: + pull_request: + push: + branches-ignore: + - 'dependabot/**' jobs: test: