Skip to content

Commit

Permalink
Fix branch workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 28, 2022
1 parent 9aabca6 commit 11008db
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand All @@ -12,6 +13,7 @@ on:
push:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phpcpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
pull_request:
branches:
- develop
- 'v*'
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
push:
branches:
- develop
- 'v*'
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phpcsfixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
pull_request:
branches:
- develop
- 'v*'
paths:
- '**.php'
- '.github/workflows/phpcsfixer.yml'
push:
branches:
- develop
- 'v*'
paths:
- '**.php'
- '.github/workflows/phpcsfixer.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand All @@ -12,6 +13,7 @@ on:
push:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand All @@ -12,6 +13,7 @@ on:
push:
branches:
- develop
- 'v*'
paths:
- '**.php'
- 'composer.*'
Expand Down

0 comments on commit 11008db

Please sign in to comment.