Skip to content

Create django.yml

Create django.yml #6

Workflow file for this run

name: Build Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Python workflow
uses: ./.github/workflows/backend/python.yml
with:
django_secret: ${{ secrets.DJANGO_SECRET }}