Use React frontend #67

Open
lukas wants to merge 4 commits from switch-to-react into main
1 changed files with 1 additions and 3 deletions

View File

@ -3,12 +3,10 @@ name: Django CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore: [ 'README.md' ]
jobs:
build-and-push:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout