Skip to content

Commit 7b09ba8

Browse files
committed
Merge branch 'DeveloperBranchGroup24' of https://github.com/CSC510-Software-Engineering-Fall-2024/CityByte into DeveloperBranchGroup24
2 parents b470e48 + 44210ae commit 7b09ba8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/django.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Django CI
33
on:
44
push:
55
branches:
6-
- main
7-
- bbond*
6+
- '**'
87
pull_request:
98
branches:
10-
- main
11-
- bbond*
9+
- '**'
1210

1311
jobs:
1412
build:

0 commit comments

Comments
 (0)