From 50678fba42f678c13ab6fc0ecfc069c506f3bf8e Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Tue, 2 Mar 2021 17:56:24 +0800 Subject: [PATCH] Update CI --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22011cde..e49e515e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,9 @@ name: Netch CI -on: [push, pull_request] +on: + push: + branches-ignore: + - dependabot** + pull_request: jobs: build: name: Build