From ad3e224f62193c8744a2d93e88a7aa5d521ddeb4 Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Mon, 17 Oct 2022 21:19:32 +0100 Subject: [PATCH] Actions pr (#1021) * Removed branches requirement on build action Build action will now run whenever Lint job is completed: All pushes, PR to Master branch & releases * Put lint in same main.yml Lint is still a requirement for the build job * Docker build only runs on master branch --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 679b7b1..937b271 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -9,6 +9,7 @@ on: workflow_run: workflows: ["Build"] types: [completed] + branches: [master] env: DOCKER_REPOSITORY: geopython/pygeoapi