ci: Test Postgres and MySQL on migration PRs (no-changelog) (#7102)

This commit is contained in:
Iván Ovejero
2023-09-05 10:58:15 +02:00
committed by GitHub
parent b7320f5322
commit 3323167c91

View File

@@ -4,6 +4,9 @@ on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch:
pull_request:
paths:
- packages/cli/src/databases/migrations/**
jobs: jobs:
test: test: