Skip to content

Commit ff0d3ea

Browse files
committed
Update build
1 parent 3c55724 commit ff0d3ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ 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:
9-
- cron: "0 0 * * 5"
9+
- cron: "0 0 * * 5"
10+
workflow_dispatch:
1011

1112
jobs:
1213
PHPUnit-Memory:

0 commit comments

Comments
 (0)