Skip to content

Commit

Permalink
CI: remove path filters from migration check (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jun 4, 2024
2 parents d127498 + 5b23480 commit 30725eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-makemigrations.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Check for up-to-date Django migrations
on:
pull_request:
paths:
- "benefits/**"
push:
paths:
- "benefits/**"
on: [push, pull_request]

jobs:
check-makemigrations:
Expand Down

0 comments on commit 30725eb

Please sign in to comment.