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
This commit is contained in:
KoalaGeo
2022-10-17 21:19:32 +01:00
committed by GitHub
parent 49b0ff31bb
commit ad3e224f62
+1
View File
@@ -9,6 +9,7 @@ on:
workflow_run:
workflows: ["Build"]
types: [completed]
branches: [master]
env:
DOCKER_REPOSITORY: geopython/pygeoapi