Skip to content

Commit

Permalink
Clean up action (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jun 20, 2024
1 parent 2498c75 commit cc9910e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build all and make release on tag

on:
push:
tags:
- '*'
workflow_dispatch:
# push:
# tags:
# - '*'


jobs:
build-vsix:
Expand Down

0 comments on commit cc9910e

Please sign in to comment.