only run tests on main and PRs
This commit is contained in:
parent
0e88a8d13e
commit
25d4164bae
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Django Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue