Skip to content

Commit

Permalink
Run tests on current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Oct 18, 2024
1 parent 2ec105b commit c4a3b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
pip install django
django-admin startproject \
--template=https://github.com/lincolnloop/django-layout/zipball/main \
--template="https://github.com/lincolnloop/django-layout/zipball/$GITHUB_REF_NAME" \
--extension=py,md,gitignore,yaml,json,toml \
--name=Makefile,Dockerfile \
--exclude=.github \
Expand Down

0 comments on commit c4a3b3e

Please sign in to comment.