Skip to content

Commit 5b0d905

Browse files
authored
Merge pull request #271 from mautic/use-default-mautic-branch
Use default `mautic/mautic` branch instead of `features`
2 parents 1428308 + d48ed9c commit 5b0d905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
composer validate --strict
7878
composer install --prefer-dist --no-progress
7979
80-
- name: Clone Mautic features or specific PR from GitHub
80+
- name: Clone Mautic main branch or specific PR from GitHub
8181
run: |
82-
gh repo clone mautic/mautic -- --branch features --single-branch --depth 1
82+
gh repo clone mautic/mautic -- --single-branch --depth 1
8383
if [[ "${{ github.event.inputs.pr }}" != "" ]]; then
8484
pushd mautic
8585
gh pr checkout ${{ github.event.inputs.pr }}

0 commit comments

Comments
 (0)