Skip to content

Commit 0547ea5

Browse files
committed
Limit lint to master too
1 parent a8c4d90 commit 0547ea5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/job.lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: lint
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
39

410
defaults:
511
run:

0 commit comments

Comments
 (0)