Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Dec 21, 2023
1 parent 85838cd commit a2b8ffd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Check Coding Style

on:
push:
branches: [ master ]
branches:
- 'cake5'
- 'cake4'
- 'cake3'
pull_request:
branches: [ master ]
branches:
- '*'

jobs:
check-coding-style:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/run-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Run PHPStan

on:
push:
branches: [ master ]
branches:
- 'cake5'
- 'cake4'
- 'cake3'
pull_request:
branches: [ master ]
branches:
- '*'

jobs:
run-phpstan:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Run tests

on:
push:
branches: [ master ]
branches:
- 'cake5'
- 'cake4'
- 'cake3'
pull_request:
branches: [ master ]
branches:
- '*'

jobs:
run-tests:
Expand Down

0 comments on commit a2b8ffd

Please sign in to comment.