Skip to content

Commit 991bd57

Browse files
committed
ci: run linter and test on all branches
1 parent 86d1b92 commit 991bd57

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
name: Run linter
44

5-
on:
6-
pull_request:
7-
branches: [ master ]
5+
on: [pull_request]
86

97
jobs:
108
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
name: Run tests
44

5-
on:
6-
pull_request:
7-
branches: [ master ]
5+
on: [pull_request]
86

97
jobs:
108
test:

0 commit comments

Comments
 (0)