Skip to content

Commit c84f664

Browse files
committed
Build on tag
1 parent d4f4c23 commit c84f664

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: CI
33
on:
44
pull_request:
55
branches: [ main ]
6+
push:
7+
tags:
8+
- "v*"
9+
workflow_dispatch: # allows manual run too
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)