Skip to content

Commit

Permalink
Stricter check
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-done committed Aug 14, 2023
1 parent 7bbf578 commit 2a711cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Tests

on:
push:
branches: [master]
branches:
- '*'
pull_request:
branches: [master]
branches:
- '*'

jobs:
phpunit:
Expand Down

0 comments on commit 2a711cb

Please sign in to comment.