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:
@@ -9,6 +9,7 @@ on:
|
||||
workflow_run:
|
||||
workflows: ["Build"]
|
||||
types: [completed]
|
||||
branches: [master]
|
||||
|
||||
env:
|
||||
DOCKER_REPOSITORY: geopython/pygeoapi
|
||||
|
||||
Reference in New Issue
Block a user