Skip to content

Commit b0ea232

Browse files
ci: Run integrerations when CI dependency constraints are updated
1 parent 3162a6c commit b0ea232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- poetry.lock
1010
- target_postgres/**
1111
- .github/workflows/ci_workflow.yml
12+
- .github/workflows/constraints.txt
1213
push:
1314
branches: [main]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- poetry.lock
1819
- target_postgres/**
1920
- .github/workflows/ci_workflow.yml
21+
- .github/workflows/constraints.txt
2022
workflow_dispatch:
2123
inputs: {}
2224

0 commit comments

Comments
 (0)