diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b9de3f..c90844c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: tests on: pull_request: push: - branches: [ master, main ] + branches: [ main ] schedule: - cron: '01 07 * * *' @@ -30,7 +30,7 @@ jobs: strategy: matrix: # ddev_version: [PR] - ddev_version: [stable, edge, HEAD] + ddev_version: [stable, HEAD] fail-fast: false runs-on: ubuntu-20.04 diff --git a/docker-compose.memcached.yaml b/docker-compose.memcached.yaml index 1397e31..2b17dc2 100644 --- a/docker-compose.memcached.yaml +++ b/docker-compose.memcached.yaml @@ -1,5 +1,5 @@ # DDEV-Local memcached recipe file. -# +#ddev-generated # To use this in your own project: # 1. Copy this file to your project's ".ddev" directory. # 2. Launch "ddev start". diff --git a/install.yaml b/install.yaml index b09b661..1977117 100644 --- a/install.yaml +++ b/install.yaml @@ -1,4 +1,4 @@ -name: memcached +name: ddev-memcached pre_install_actions: