Skip to content

Commit

Permalink
Merge pull request #271 from mautic/use-default-mautic-branch
Browse files Browse the repository at this point in the history
Use default `mautic/mautic` branch instead of `features`
  • Loading branch information
RCheesley committed May 4, 2022
2 parents 1428308 + d48ed9c commit 5b0d905
Showing 1 changed file with 2 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 @@ -77,9 +77,9 @@ jobs:
composer validate --strict
composer install --prefer-dist --no-progress
- name: Clone Mautic features or specific PR from GitHub
- name: Clone Mautic main branch or specific PR from GitHub
run: |
gh repo clone mautic/mautic -- --branch features --single-branch --depth 1
gh repo clone mautic/mautic -- --single-branch --depth 1
if [[ "${{ github.event.inputs.pr }}" != "" ]]; then
pushd mautic
gh pr checkout ${{ github.event.inputs.pr }}
Expand Down

0 comments on commit 5b0d905

Please sign in to comment.