Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 25, 2024
1 parent 3c55724 commit ff0d3ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ 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"
- cron: "0 0 * * 5"
workflow_dispatch:

jobs:
PHPUnit-Memory:
Expand Down

0 comments on commit ff0d3ea

Please sign in to comment.