Skip to content

Commit

Permalink
change to publish packaged when release is finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
ihardy committed Jan 15, 2024
1 parent bda7dce commit 58b4f24
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Publish package to GitHub Packages
on:
push:
branches:
- "actions"
#release:
# types: [published]
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58b4f24

Please sign in to comment.