From de29ab04c6581bb1976b2973285080d61ae685e8 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Oct 2022 11:12:34 +0200 Subject: [PATCH] Fix workflows (again) --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 493e7918..fd25ed6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,18 +2,13 @@ name: Release on: push: tags: - branches: - - 'patch/ci-release-*' - pull_request: - paths: - - '.github/workflows/release.yml' env: # Preview mode: Publishes the build output as a CI artifact instead of creating # a release, allowing for manual inspection of the output. This mode is # activated if the CI run was triggered by events other than pushed tags, or # if the repository is a fork. - preview: ${{ !startsWith(github.ref, 'refs/tags/') || github.repository != 'helix-editor/helix' }} + preview: ${{ !startsWith(github.ref, 'refs/tags/')}} jobs: fetch-grammars: