Skip to content

Commit e1f23f5

Browse files
committed
ci: not run test in tag push [skip ci]
1 parent 0fe7a3d commit e1f23f5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@ name: Test
22

33
on:
44
push:
5-
paths-ignore:
6-
- 'docs/**'
7-
- 'boot/**'
8-
- 'web/**'
9-
- '**.md'
10-
- '**/*.png'
11-
pull_request:
125
branches:
13-
- main
6+
- '**'
147
paths-ignore:
158
- 'docs/**'
169
- 'boot/**'

0 commit comments

Comments
 (0)