From 05f1fdf90bf34f952737bbc96e92fe9b0c87321c Mon Sep 17 00:00:00 2001 From: Mathis De Witte <49711425+mathis2003@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:37:21 +0100 Subject: [PATCH] fix branch name --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 34eed983..2b785f24 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -2,9 +2,9 @@ name: Django CI on: push: - branches: [ "testing" ] + branches: [ "develop" ] pull_request: - branches: [ "testing" ] + branches: [ "develop" ] jobs: build: