From 5cc6fc025ba5fcc2549271dc4f21f13ef8c3c690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Fri, 5 Nov 2021 18:57:00 +0100 Subject: [PATCH] Fix verify workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- .github/workflows/verify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 92fe58f..0df2a9a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,6 @@ env: jobs: verify: name: Verify the project - if: startsWith(github.ref, 'refs/head/') # Only commits runs-on: ${{ matrix.os }} strategy: fail-fast: false