Skip to content

Commit e893a2a

Browse files
committed
fixed build trigger
1 parent ccf9037 commit e893a2a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: build
22

33
on:
44
push:
5+
branches:
6+
- '**'
57
paths-ignore:
68
- 'LICENSE'
79
- 'README.md'
810
- 'docs/**'
9-
# tags-ignore:
10-
# - v*
11+
tags-ignore:
12+
- v*
1113

1214
jobs:
1315

0 commit comments

Comments
 (0)