Skip to content

Commit

Permalink
All installed files must now have #ddev-generated (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Fay <[email protected]>
  • Loading branch information
rfay authored Jun 16, 2022
1 parent c59ca73 commit 146664d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 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,8 +29,8 @@ jobs:

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

runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions docker-compose.elasticsearch.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ddev-generated
version: '3.6'
services:
elasticsearch:
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: addon-template
name: ddev-elasticsearch

pre_install_actions:

Expand Down

0 comments on commit 146664d

Please sign in to comment.