Skip to content

Commit

Permalink
Fixes for a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent 812b199 commit 11746a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
name: Build and Release VSIX

on:
workflow_dispatch:
push:
branches:
- main
- master
workflow_dispatch:


env:
PUBLISHER_NAME: blazium-engine
VSCE_PAT: ${{ env.VS_MARKETPLACE_PAT }}

concurrency:
group: ci-anko-runner
cancel-in-progress: true

jobs:
get-latest-sha:
name: 🔍 Get Latest SHA & Base Version
Expand Down

0 comments on commit 11746a1

Please sign in to comment.