Skip to content

Commit 44a6b54

Browse files
committed
ci: update test workflow events
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent deaf269 commit 44a6b54

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'v*'
7+
- 'releases/v*'
88
tags:
99
- 'v*'
1010
pull_request:
11-
branches:
12-
- 'main'
13-
- 'v*'
1411

1512
jobs:
1613
validate:

0 commit comments

Comments
 (0)