Skip to content

Commit 599bea5

Browse files
committed
Make actions run on PRs.
1 parent ef4ccf0 commit 599bea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [push]
3+
on: [push, pull-request]
44

55
jobs:
66
build:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push]
3+
on: [push, pull-request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)