Skip to content

Commit

Permalink
git worflows github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Wembo committed Oct 22, 2023
1 parent 109b649 commit a1a989d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Django CI & Postgres Test
# workflow_dispatch:
on:
push:
branches: ['master']
branches: ['master', 'main']
pull_request:
branches: [ "master" ]
branches: [ "master", 'main' ]

jobs:
django_test:
Expand Down

0 comments on commit a1a989d

Please sign in to comment.