diff --git a/.github/workflows/develop_build_deploy.yml b/.github/workflows/develop_build_deploy.yml index b8f026a5..53ad8822 100644 --- a/.github/workflows/develop_build_deploy.yml +++ b/.github/workflows/develop_build_deploy.yml @@ -4,6 +4,9 @@ on: push: branches: - develop + pull_request: + branches: + - develop env: DOCKERHUB_USERNAME: ht3064 diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 516b2490..07476c55 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -4,4 +4,4 @@ spring: on-profile: "dev" jpa: hibernate: - ddl-auto: update + ddl-auto: create