Skip to content

Commit

Permalink
build: restrict db migrations to related db changes
Browse files Browse the repository at this point in the history
trigger db-migrations checks for ent and its worflow

Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Jul 31, 2024
1 parent 47d399f commit d1dd493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/db-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
- master
- main
pull_request:
paths:
- 'ent/**'
- 'ent.*'
- '.github/workflows/db-migrations.yml'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit d1dd493

Please sign in to comment.