diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index d6a84c78..8516bbd3 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -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 }}