Skip to content

Bump django from 5.1.3 to 5.1.4 (#496) #212

Bump django from 5.1.3 to 5.1.4 (#496)

Bump django from 5.1.3 to 5.1.4 (#496) #212

Workflow file for this run

name: 🎯 Updated Main
on:
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/Build.yml
qa:
name: QA
needs: build
uses: ./.github/workflows/QA.yml
secrets: inherit
test:
name: Test
needs: build
uses: ./.github/workflows/Test.yml
secrets: inherit