From 8ed115cc9d3aaa3d49e6d19f182d634121c40e65 Mon Sep 17 00:00:00 2001 From: Adrien Coffre Date: Tue, 16 Jun 2020 15:55:05 +0200 Subject: [PATCH] fix(ci): fix checking master on master --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a365208..671c7c6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: jobs: release: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1