From cf6f706078fc5ddb75901d76e6ae8b87fd32330f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 10 Jul 2021 10:01:15 +0200 Subject: [PATCH] Don't build for feat branches that breaks CI for PR's --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2606cac4d..42959c3b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: - master - stable - develop - - feat/** tags: release: types: [published]