Skip to content

Commit

Permalink
Merge pull request #38 from SELab-2/mathis2003-patch-1
Browse files Browse the repository at this point in the history
fix branch name
  • Loading branch information
sPAICEcake authored Mar 10, 2024
2 parents f35f14a + 05f1fdf commit ef31a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Django CI

on:
push:
branches: [ "testing" ]
branches: [ "develop" ]
pull_request:
branches: [ "testing" ]
branches: [ "develop" ]

jobs:
build:
Expand Down

0 comments on commit ef31a79

Please sign in to comment.