Skip to content

Commit

Permalink
wip: change release tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarpovich committed Aug 19, 2022
1 parent 3ae5155 commit 562d915
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-toys-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playlist-synchronizer': patch
---

Change release tag trigger
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
tags:
- '*'
- 'v*'

jobs:
publish:
Expand Down

0 comments on commit 562d915

Please sign in to comment.