Skip to content

Commit 443bb7a

Browse files
committed
chore: run workflows on PRs
1 parent 0d42483 commit 443bb7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dialyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Dialyzer
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
analyze:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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
test:

0 commit comments

Comments
 (0)