Skip to content

Commit f2f2d08

Browse files
committed
ci: run workflow only on version tags
1 parent 87b04df commit f2f2d08

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ name: Build and Release
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- master
85
tags:
96
- 'v*'
10-
pull_request:
11-
branches:
12-
- main
13-
- master
7+
workflow_dispatch:
148

159
jobs:
1610
build:

0 commit comments

Comments
 (0)