From 55be2a2ec05bf26af68af7d6aad3c77c55f206b1 Mon Sep 17 00:00:00 2001 From: chevdor Date: Mon, 19 Jul 2021 09:48:38 +0200 Subject: [PATCH] ci: restore quick check on master --- .github/workflows/quick-check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index cfaba87..c86c8b0 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -6,6 +6,9 @@ on: push: tags-ignore: - v* + branches: + - "*" + pull_request: types: [opened, synchronize, reopened]