From 3323167c910ff6757ebdbf6f5fded6c2cbc173dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 5 Sep 2023 10:58:15 +0200 Subject: [PATCH] ci: Test Postgres and MySQL on migration PRs (no-changelog) (#7102) --- .github/workflows/ci-postgres-mysql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 9e342a3750..2bb14a1c88 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -4,6 +4,9 @@ on: schedule: - cron: '0 0 * * *' workflow_dispatch: + pull_request: + paths: + - packages/cli/src/databases/migrations/** jobs: test: