Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Aug 13, 2024
1 parent f5227cc commit 1c07c44
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Signed PR
on:
pull_request:
branches:
- 'dev'
- 'develop'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Coding Standard
on:
pull_request:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- '.github/workflows/test-coding-standard.yml'
push:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- '.github/workflows/test-coding-standard.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: PHPStan
on:
pull_request:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- 'composer.*'
- 'phpstan*'
- '.github/workflows/test-phpstan.yml'
push:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- 'composer.*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: PHPUnit
on:
pull_request:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/test-phpunit.yml'
push:
branches:
- 'dev'
- 'develop'
paths:
- '**.php'
- 'composer.*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Rector
on:
pull_request:
branches:
- 'dev'
- 'develop'
paths:
- 'src/**.php'
- 'composer.*'
- 'rector.php'
- '.github/workflows/test-rector.yml'
push:
branches:
- 'dev'
- 'develop'
paths:
- 'src/**.php'
- 'composer.*'
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 1c07c44

Please sign in to comment.