Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 1b5aa6d

Browse files
committed
Run lint and test actions on pull_request
1 parent 1c6a410 commit 1b5aa6d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
name: lint
32

4-
on: [push]
3+
on: [push, pull_request]
54

65
jobs:
76
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
name: test
32

4-
on: [push]
3+
on: [push, pull_request]
54

65
jobs:
76
test:

0 commit comments

Comments
 (0)