Skip to content

Commit 3b8f3e8

Browse files
author
Kairo Araujo
authored
build: restrict db migrations to related db changes (#344)
trigger db-migrations checks for ent and its worflow Signed-off-by: Kairo Araujo <[email protected]>
1 parent 60a63ff commit 3b8f3e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/db-migrations.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
- master
2222
- main
2323
pull_request:
24+
paths:
25+
- 'ent/**'
26+
- 'ent.*'
27+
- '.github/workflows/db-migrations.yml'
2428
workflow_dispatch:
2529

2630
permissions:

0 commit comments

Comments
 (0)