Skip to content

Commit

Permalink
Update django-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobin-Abbasi authored Nov 27, 2024
1 parent ad014e3 commit b919951
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: Django Project Test

on:
push:
branches: [ "main" ]
branches: [ main ]
pull_request:
branches: [ "main" ]
branches: [ main ]

jobs:

build:

Test:
name: Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup Docker-Compose
Expand Down

0 comments on commit b919951

Please sign in to comment.