From a6f850cd6771c92ecd629fb14bd752541205cd06 Mon Sep 17 00:00:00 2001 From: schlaubi Date: Fri, 14 May 2021 13:12:22 +0200 Subject: [PATCH] Fix broken CI --- .github/workflows/deployment-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deployment-ci.yml b/.github/workflows/deployment-ci.yml index d808280dca4..821194a760e 100644 --- a/.github/workflows/deployment-ci.yml +++ b/.github/workflows/deployment-ci.yml @@ -8,8 +8,6 @@ on: - '**' # We want to run this on all branch pushes tags-ignore: - '**' # We don't want this to run on tags pushes - branches: - - '**' pull_request: release: types: [published]