Skip to content

Commit b1c1a97

Browse files
committed
ci: also run on pull_request
1 parent 3deb122 commit b1c1a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-analyse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint and analyse files
33
permissions:
44
contents: read
55

6-
on: [push]
6+
on: [push, pull_request]
77

88
jobs:
99
lint-php:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests
33
permissions:
44
contents: read
55

6-
on: [push]
6+
on: [push, pull_request]
77

88
jobs:
99
test-php:

0 commit comments

Comments
 (0)