Skip to content

Commit 44210ae

Browse files
authored
Update django.yml
1 parent 1d87f5d commit 44210ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .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)