Skip to content

Commit

Permalink
Disable build on 6.0 branch temporally
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 14, 2024
1 parent 1abdca1 commit 9ba89cc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/skeleton/.github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: ['*']
branches: [5.0, 5.1, 5.2]
pull_request:
branches: ['*']
branches: [5.0, 5.1, 5.2]
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions packages/skeleton/.github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: ['*']
branches: [5.0, 5.1, 5.2]
pull_request:
branches: ['*']
branches: [5.0, 5.1, 5.2]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions packages/sprinkle-account/.github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPUnit

on:
push:
branches: ['*']
branches: [5.0, 5.1, 5.2]
pull_request:
branches: ['*']
branches: [5.0, 5.1, 5.2]
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions packages/sprinkle-account/.github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: ['*']
branches: [5.0, 5.1, 5.2]
pull_request:
branches: ['*']
branches: [5.0, 5.1, 5.2]
workflow_dispatch:

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

on:
push:
branches: [5.0, 5.1, 5.2, 6.0]
branches: [5.0, 5.1, 5.2]
pull_request:
branches: [5.0, 5.1, 5.2, 6.0]
branches: [5.0, 5.1, 5.2]
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions packages/sprinkle-core/.github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: [5.0, 5.1, 5.2, 6.0]
branches: [5.0, 5.1, 5.2]
pull_request:
branches: [5.0, 5.1, 5.2, 6.0]
branches: [5.0, 5.1, 5.2]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9ba89cc

Please sign in to comment.