Skip to content

Commit e7c1c13

Browse files
committed
ci: fix workflow
1 parent 3ef7693 commit e7c1c13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Lint
33
on:
44
push:
55
branches:
6-
- master
6+
- '**'
7+
tags-ignore:
8+
- '**'
79
pull_request:
810
branches:
911
- '**'

0 commit comments

Comments
 (0)