Skip to content

Commit 4e7e3eb

Browse files
authored
Merge pull request #113 from home-assistant-libs/trigger-build-on-tag
Trigger build on tag
2 parents e5dce8e + 2bc0075 commit 4e7e3eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- release
8+
tags:
9+
- '**'
810
pull_request:
911

1012
jobs:

0 commit comments

Comments
 (0)