Skip to content

Commit 855ec92

Browse files
committed
turns out that on push need branches if tag-ignore is set
1 parent ccdaa8e commit 855ec92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Pylint
22

33
on:
44
push:
5+
branches:
6+
- "**"
57
tags-ignore:
68
- "v*"
79

0 commit comments

Comments
 (0)