From 3a95cf1544b632cce8b206ebc7a947a6ed83beb6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 24 Jan 2022 21:52:40 +0200 Subject: Update CI config --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 959052e..af85a09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,11 @@ name: Tests -on: [push, pull_request] +on: + push: + branches-ignore: + - "dependabot/**" + pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 -- cgit v1.2.3