changed django.yml
This commit is contained in:
parent
9990cdfa5a
commit
6a46dc0dcd
|
@ -2,9 +2,9 @@ name: Django CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: [ "main" ]
|
||||||
env:
|
env:
|
||||||
HOSTING_URL: "http://localhost:8000/"
|
HOSTING_URL: "http://localhost:8000/"
|
||||||
DEBUG: True
|
DEBUG: True
|
||||||
|
@ -26,6 +26,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue