Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Run Tests Pipeline on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Dec 6, 2023
1 parent a0c8df0 commit 29b4b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests Pipeline

on:
push:
branches: [ "main" ]
branches: [ "**" ]
pull_request:
branches: [ "main" ]
branches: [ "**" ]

env:
django_test_args: '-Wa'
Expand Down

0 comments on commit 29b4b9e

Please sign in to comment.