Skip to content

Commit

Permalink
ci: also run tests on acceptation
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Sep 4, 2023
1 parent ea08b69 commit 3d92d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Django Tests

on:
push:
branches: [ develop, ]
branches: [ develop, acceptation ]
pull_request:
branches: [ develop, master, ]
branches: [ develop, acceptation, master, ]

jobs:
build:
Expand Down

0 comments on commit 3d92d6f

Please sign in to comment.