Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Aug 15, 2024
1 parent 26cc534 commit 6e96648
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/jetbrains-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Extension

on:
create:
push:
tags:
- "v0.8.*-vscode"
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Preview Extension

on:
create:
push:
tags:
- "v0.9.*-vscode"
branches:
Expand Down

0 comments on commit 6e96648

Please sign in to comment.