Skip to content

Commit e897c05

Browse files
committed
Fix CI triggers: v0.5 branch and v* tags only
1 parent 44298b8 commit e897c05

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
76
- v0.5
8-
tags-ignore:
9-
- '**'
10-
pull_request:
7+
tags:
8+
- 'v*'
119

1210
permissions:
1311
contents: write

0 commit comments

Comments
 (0)