changed django.yml

This commit is contained in:
Vangipuram Nitin 2024-07-19 15:07:12 +05:30 committed by GitHub
parent 9990cdfa5a
commit 6a46dc0dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 31 deletions

View File

@ -2,9 +2,9 @@ name: Django CI
on:
push:
branches: ["main"]
branches: [ "main" ]
pull_request:
branches: ["main"]
branches: [ "main" ]
env:
HOSTING_URL: "http://localhost:8000/"
DEBUG: True
@ -26,6 +26,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
services: