Skip to content

Commit 4700a26

Browse files
authored
tests: run lint on pull requests
1 parent 3b6aa06 commit 4700a26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: "lint"
33

44
# yamllint disable-line rule:truthy
55
on:
6+
pull_request:
7+
branches:
8+
- '*'
69
push:
710
branches:
8-
- "*"
11+
- 'main'
12+
- 'master'
913

1014
jobs:
1115
lint:

0 commit comments

Comments
 (0)