Skip to content

Commit 1029b58

Browse files
committed
add tags
1 parent 9c6e692 commit 1029b58

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22

33
on:
44
push:
5+
tags:
6+
- 'v[0-9]*.[0-9]*.[0-9]*'
7+
- 'v[0-9]*.[0-9]*.[0-9]*a[0-9]*'
8+
- 'v[0-9]*.[0-9]*.[0-9]*b[0-9]*'
9+
- 'v[0-9]*.[0-9]*.[0-9]*rc[0-9]*'
510
branches:
611
- main
712
pull_request:

0 commit comments

Comments
 (0)