Skip to content

Commit 3221fd3

Browse files
committed
Update branch reference
1 parent 1187f4d commit 3221fd3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ['*']
66
pull_request:
7-
branches: ['main']
7+
branches: ['5.0']
88
workflow_dispatch:
99
schedule:
1010
- cron: "0 0 * * 5"

.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: ['main']
5+
branches: ['5.0']
66
pull_request:
7-
branches: ['main']
7+
branches: ['5.0']
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)