Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Dec 12, 2024
1 parent e963fe6 commit d368327
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: 🔮 CI - Migrations Check

on:
pull_request:
types: [review_requested, ready_for_review]
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
DJANGO_SETTINGS_MODULE: config.settings_test
Expand Down

0 comments on commit d368327

Please sign in to comment.