Skip to content

Commit d58e17c

Browse files
committed
run ci on forked PRs
1 parent c4cd844 commit d58e17c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
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
php-cs-fixer:

.github/workflows/phpinsights.yml

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

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

55
jobs:
66
phpstan:

.github/workflows/phpstan.yml

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

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

55
jobs:
66
phpstan:

.github/workflows/phpunit.yml

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

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

55
jobs:
66
test:

0 commit comments

Comments
 (0)