Skip to content

Commit 2ac3ab0

Browse files
committed
build: run CI/CD on tags
1 parent ef8141e commit 2ac3ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: build
33
on:
44
push:
55
branches: ["**"]
6+
tags: ["v*"]
67
pull_request:
8+
workflow_dispatch:
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)