Skip to content

Commit

Permalink
Test now runs on aljibe develop branch and ddev HEAD version too.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol authored Sep 1, 2024
1 parent c32e6de commit 61ed36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests
on:
pull_request:
push:
branches: [ main ]
branches: [ main, develop ]

schedule:
- cron: '00 07 * * *'
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
tests:
strategy:
matrix:
ddev_version: [stable]
ddev_version: [stable,HEAD]
fail-fast: false

runs-on: ubuntu-latest
Expand Down

0 comments on commit 61ed36c

Please sign in to comment.