Skip to content

Commit

Permalink
adding more branches to github config
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Dec 23, 2024
1 parent 1e948e8 commit 2706cd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP QA

on:
push:
branches: [ main ]
branches: [ main, 1.x, 2.x ]
pull_request:
branches: [ main ]
branches: [ main, 1.x, 2.x ]

jobs:
php:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Shellcheck

on:
push:
branches: [ main ]
branches: [ main, 1.x, 2.x ]
pull_request:
branches: [ main ]
branches: [ main, 1.x, 2.x ]

jobs:
shellcheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/split-monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- split
- 1.x
- 2.x
create:
workflow_dispatch:
Expand Down

0 comments on commit 2706cd7

Please sign in to comment.