Skip to content

Commit 547812b

Browse files
authored
Ensure publish workflow runs on "create" event (#122)
1 parent 6c0d84b commit 547812b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: publish rabbitmq-stream-dotnet-client
22

33
on:
4+
create:
5+
tags:
6+
- '*'
47
push:
58
tags:
69
- '*'

0 commit comments

Comments
 (0)