Skip to content

Commit 63a86c8

Browse files
committed
Remove 'pull_request' from workflows
1 parent 283a28d commit 63a86c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.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, pull_request]
3+
on: [push]
44

55
jobs:
66
run-tests-php:

.github/workflows/validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Validations"
2-
on: [push, pull_request]
2+
on: [push]
33
jobs:
44
validate-code-style:
55
name: PSR-12 Code style

0 commit comments

Comments
 (0)