changed django.yml
This commit is contained in:
parent
9990cdfa5a
commit
6a46dc0dcd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue