Skip to content

chore(deps): bump django from 5.0.8 to 5.0.11 in /server #217

chore(deps): bump django from 5.0.8 to 5.0.11 in /server

chore(deps): bump django from 5.0.8 to 5.0.11 in /server #217

Workflow file for this run

name: Merge to Main
on:
pull_request:
branches:
- main
jobs:
check_source_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run checks
run: |
echo "This workflow runs for PR merge to the main branch."