Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Aug 30, 2024
1 parent c898277 commit 0f2b6cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CI
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
on:
push:
branches: master
Expand All @@ -23,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --user cookiecutter
cookiecutter gh:agconti/cookiecutter-django-rest --no-input
cookiecutter gh:agconti/cookiecutter-django-rest --checkout $BRANCH_NAME --no-input
- name: Build image
run: docker compose build web

Expand Down

0 comments on commit 0f2b6cd

Please sign in to comment.