Skip to content

Commit d476d0a

Browse files
authored
devops: trigger Java publish workflow on release (microsoft#811)
1 parent 2122c56 commit d476d0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22
on:
3-
workflow_dispatch:
3+
release:
4+
types: [published]
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)