From 6e966488b270a19c0a28f2f485c1ac0363492b26 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 15 Aug 2024 12:23:13 -0700 Subject: [PATCH] update triggers --- .github/workflows/jetbrains-release.yaml | 9 ++++----- .github/workflows/main.yaml | 2 +- .github/workflows/preview.yaml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/jetbrains-release.yaml b/.github/workflows/jetbrains-release.yaml index 439c624fda..955de0d44a 100644 --- a/.github/workflows/jetbrains-release.yaml +++ b/.github/workflows/jetbrains-release.yaml @@ -5,16 +5,15 @@ name: Release on: - create: - tags: - - "v0.0.*-jetbrains" - branches: - - nate/apple-developer-finally + release: + types: [prereleased] defaults: run: working-directory: ./extensions/intellij +if: ${{ startsWith(github.event.release.tag_name, 'v') }} + concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3591d3e23d..74e2cdc252 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,7 +1,7 @@ name: Publish Extension on: - create: + push: tags: - "v0.8.*-vscode" branches: diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index aea4702868..40f61c3e36 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -1,7 +1,7 @@ name: Publish Preview Extension on: - create: + push: tags: - "v0.9.*-vscode" branches: