Skip to content

Commit

Permalink
update branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed Apr 12, 2024
1 parent 16ff892 commit ea3c6e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Python Tests

on:
push:
branches: '*'
branches:
- '**'
pull_request:
branches: '*'
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit ea3c6e1

Please sign in to comment.