We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3deb122 commit b1c1a97Copy full SHA for b1c1a97
.github/workflows/lint-and-analyse.yml
@@ -3,7 +3,7 @@ name: Lint and analyse files
3
permissions:
4
contents: read
5
6
-on: [push]
+on: [push, pull_request]
7
8
jobs:
9
lint-php:
.github/workflows/tests.yml
@@ -3,7 +3,7 @@ name: Run tests
test-php:
0 commit comments