diff --git a/.github/workflows/backend-publish-docker.yml b/.github/workflows/backend-publish-docker.yml index 426cb2fd1..d939bb504 100644 --- a/.github/workflows/backend-publish-docker.yml +++ b/.github/workflows/backend-publish-docker.yml @@ -4,13 +4,7 @@ name: Backend docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - paths: - - 'backend/**' - - '.github/**' branches: - - main - - staging - - staging-2 - publish-docker # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. diff --git a/.github/workflows/frontend-publish-docker.yml b/.github/workflows/frontend-publish-docker.yml index 968be6c45..e0c44a10d 100644 --- a/.github/workflows/frontend-publish-docker.yml +++ b/.github/workflows/frontend-publish-docker.yml @@ -4,13 +4,7 @@ name: Frontend docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - paths: - - 'frontend/**' - - '.github/**' branches: - - main - - staging - - staging-2 - publish-docker # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.