Skip to content

Commit 2642102

Browse files
authored
fix build.yml syntax
1 parent c34af20 commit 2642102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build (Windows/macOS/Linux)
33
on:
44
push:
55
branches: [ main, master ]
6+
tags:
7+
- 'v*'
68
paths:
79
- '**/*.py'
810
- 'lang/**'
@@ -12,8 +14,6 @@ on:
1214
pull_request:
1315
branches: [ main, master ]
1416
workflow_dispatch:
15-
tags:
16-
- 'v*'
1717

1818
jobs:
1919
test:

0 commit comments

Comments
 (0)