Fix workflows (again)

pull/6/head
trivernis 2 years ago
parent a3282a58bf
commit de29ab04c6
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,18 +2,13 @@ name: Release
on: on:
push: push:
tags: tags:
branches:
- 'patch/ci-release-*'
pull_request:
paths:
- '.github/workflows/release.yml'
env: env:
# Preview mode: Publishes the build output as a CI artifact instead of creating # 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 # 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 # activated if the CI run was triggered by events other than pushed tags, or
# if the repository is a fork. # if the repository is a fork.
preview: ${{ !startsWith(github.ref, 'refs/tags/') || github.repository != 'helix-editor/helix' }} preview: ${{ !startsWith(github.ref, 'refs/tags/')}}
jobs: jobs:
fetch-grammars: fetch-grammars:

Loading…
Cancel
Save