Skip to content

Commit

Permalink
All files installed must now have #ddev-generated (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Fay <randy@randyfay.com>
  • Loading branch information
rfay authored Jun 16, 2022
1 parent ca72886 commit 9475193
Show file tree
Hide file tree
Showing 2 changed files with 3 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: [ master, main ]
branches: [ main ]

schedule:
- cron: '01 07 * * *'
Expand All @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
ddev_version: [stable, edge, HEAD]
ddev_version: [stable, HEAD]
# ddev_version: [PR]
fail-fast: false

Expand Down
1 change: 1 addition & 0 deletions docker-compose.redis-commander.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ddev-generated
version: '3.6'
services:
redis-commander:
Expand Down

0 comments on commit 9475193

Please sign in to comment.