Skip to content

Commit 5acf364

Browse files
Add main branch trigger to publish workflow
1 parent 2a7e0b2 commit 5acf364

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
branches:
8+
- main
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)