Skip to content

Commit e5137d7

Browse files
committed
🔧 MAINTAIN: trigger workflow on tags
1 parent fd27f62 commit e5137d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: continuous-integration
33
on:
44
push:
55
branches: [master]
6+
tags:
7+
- 'v*'
68
pull_request:
79

810
jobs:

0 commit comments

Comments
 (0)