Skip to content

Commit 79daec8

Browse files
Merge pull request #59 from TimWolla/ci-pull-request
Re-enable CI for Pull Requests
2 parents 4514d25 + 6c9a4cd commit 79daec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

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

55
jobs:
66
moderate-modern:

.github/workflows/psalm.yml

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

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

55
jobs:
66
psalm:

0 commit comments

Comments
 (0)