Skip to content

Commit 06a34f8

Browse files
committed
Disable build on 6.0 branch temporally
1 parent 5ed5ea4 commit 06a34f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: ['*']
5+
branches: [5.0, 5.1, 5.2]
66
pull_request:
7-
branches: ['*']
7+
branches: [5.0, 5.1, 5.2]
88
schedule:
99
- cron: "0 0 * * 5"
1010
workflow_dispatch:

.github/workflows/PHPStan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PHPStan
22

33
on:
44
push:
5-
branches: ['*']
5+
branches: [5.0, 5.1, 5.2]
66
pull_request:
7-
branches: ['*']
7+
branches: [5.0, 5.1, 5.2]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)