Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2022
1 parent ebbcdb5 commit 6f320a6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"

name: "Code style"

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
on:
push:
paths:
- "src/**.php"
- "tests/**.php"
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
branches:
- master
pull_request:
paths:
- "src/**.php"
- "tests/**.php"
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"

name: "Mutations testing"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"

name: "Static analysis"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
paths:
- "**.php"
- ".github/workflows/tests.yml"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/tests.yml"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"

name: "Unit tests"
Expand Down

0 comments on commit 6f320a6

Please sign in to comment.