Skip to content

Commit

Permalink
Remove 'pull_request' from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 26, 2022
1 parent 283a28d commit 63a86c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Tests"

on: [push, pull_request]
on: [push]

jobs:
run-tests-php:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Validations"
on: [push, pull_request]
on: [push]
jobs:
validate-code-style:
name: PSR-12 Code style
Expand Down

0 comments on commit 63a86c8

Please sign in to comment.