Skip to content

Commit 790ceb5

Browse files
committed
Add support for tag-based triggers in build workflow
1 parent ecf2a15 commit 790ceb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
tags:
9+
- '*'
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

0 commit comments

Comments
 (0)