Skip to content

Commit 7a7a163

Browse files
committed
Correct running CI for tags
1 parent ede3a05 commit 7a7a163

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
- 'v*'
7+
tags:
8+
- v*
89
pull_request:
910
schedule:
1011
- cron: '0 3 * * *' # daily, at 3am

0 commit comments

Comments
 (0)