Skip to content

Commit

Permalink
Merge branch '8.x' into API-1186-Simplify-Passport-installation-in-ma…
Browse files Browse the repository at this point in the history
…in-TestCase
  • Loading branch information
Mohammad-Alavi committed Aug 23, 2024
2 parents d24ece0 + c3e6011 commit 0e2ab74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check & fix styling

on:
push:
branches:
- master
- '*.x'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpmd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PHPMD

on:
push:
branches:
- master
- '*.x'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down

0 comments on commit 0e2ab74

Please sign in to comment.