Skip to content

Commit 77a8239

Browse files
committedJan 9, 2023
actions test
1 parent 2a380b4 commit 77a8239

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/lint.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Push for Lint
22

33
on:
44
push:
5+
tags-ignore:
6+
- "v*"
57
pull_request:
68
branches:
79
- main
810
- dev
9-
tags-ignore:
10-
- "v*"
11+
1112

1213
jobs:
1314
test:

0 commit comments

Comments
 (0)