mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 14:20:48 -05:00
Run flyway check on dev -> master merge
This commit is contained in:
2
.github/workflows/docker-build-publish.yml
vendored
2
.github/workflows/docker-build-publish.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
check-for-migrations:
|
||||
name: Check for DB Migrations
|
||||
if: github.event_name == 'pull_request' && ((github.base_ref == 'master' && github.head_ref == 'develop') || github.base_ref == 'develop')
|
||||
if: github.event_name == 'pull_request' && (github.base_ref == 'master' || github.base_ref == 'develop')
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
has_migrations: ${{ steps.check_migrations.outputs.has_migrations }}
|
||||
|
||||
Reference in New Issue
Block a user