Skip to content

Commit c635f38

Browse files
committed
Build workflow: Create release on branch main and tags
1 parent 9c58517 commit c635f38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ permissions:
44
on:
55
workflow_run:
66
workflows: ["Run Tests"]
7-
branches: [main]
7+
tags:
8+
- '*'
9+
branches:
10+
- main
811
types:
912
- completed
1013
jobs:

0 commit comments

Comments
 (0)