diff --git a/.github/workflows/ci-build-deploy.yaml b/.github/workflows/ci-build-deploy.yaml index 9d5d80b2b..9346d322f 100644 --- a/.github/workflows/ci-build-deploy.yaml +++ b/.github/workflows/ci-build-deploy.yaml @@ -1,14 +1,14 @@ name: Build and Deploy on: + pull_request: + branches: + - dev push: branches: - dev - test - '!cypress**' - pull_request: - branches: - - dev env: REGISTRY: ghcr.io diff --git a/.github/workflows/ci-build-feeders.yaml b/.github/workflows/ci-build-feeders.yaml index b8bfb3e0b..d368675f1 100644 --- a/.github/workflows/ci-build-feeders.yaml +++ b/.github/workflows/ci-build-feeders.yaml @@ -1,8 +1,14 @@ name: Build Data-Feeder on: + pull_request: + branches: + - dev push: - branches: [feature/*, dev, test] + branches: + - dev + - test + - '!cypress**' env: REGISTRY: ghcr.io