Skip to content

Commit 90f518f

Browse files
authored
All installed files should have #ddev-generated (#1)
Signed-off-by: Randy Fay <[email protected]>
1 parent cb28736 commit 90f518f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22
on:
33
pull_request:
44
push:
5-
branches: [ master, main ]
5+
branches: [ main ]
66

77
schedule:
88
- cron: '01 07 * * *'
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
# ddev_version: [PR]
33-
ddev_version: [stable, edge, HEAD]
33+
ddev_version: [stable, HEAD]
3434
fail-fast: false
3535

3636
runs-on: ubuntu-20.04

docker-compose.memcached.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DDEV-Local memcached recipe file.
2-
#
2+
#ddev-generated
33
# To use this in your own project:
44
# 1. Copy this file to your project's ".ddev" directory.
55
# 2. Launch "ddev start".

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: memcached
1+
name: ddev-memcached
22

33
pre_install_actions:
44

0 commit comments

Comments
 (0)