Skip to content

Commit

Permalink
Run PGCMP if PGCMP changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Sep 4, 2024
1 parent 1d72fb7 commit 08bbcb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pgcmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
paths:
- "deployment/hasura/migrations/**"
- "deployment/postgres-init-db/sql/**"
- ".github/workflows/pgcmp.yml"
- ".github/workflows/scripts/compareDatabases*"
push:
paths:
- "deployment/hasura/migrations/**"
- "deployment/postgres-init-db/sql/**"
- ".github/workflows/pgcmp.yml"
- ".github/workflows/scripts/compareDatabases*"
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
Expand Down

0 comments on commit 08bbcb3

Please sign in to comment.