Skip to content

Commit c6b3f05

Browse files
authored
Don't run duplicated lint jobs (#658)
1 parent 624848e commit c6b3f05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

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

33
on:
44
push:
5+
branches:
6+
- 'master'
7+
tags:
8+
- 'v*'
59
pull_request:
610

711
concurrency:

0 commit comments

Comments
 (0)