diff --git a/.github/workflows/build-maps.yml b/.github/workflows/build-maps.yml index ffbae7a..d002604 100644 --- a/.github/workflows/build-maps.yml +++ b/.github/workflows/build-maps.yml @@ -1,4 +1,5 @@ name: Build map + on: workflow_dispatch: inputs: @@ -6,6 +7,7 @@ on: description: 'List of map to build (comma separated, according geofabrik path)' required: True type: string + jobs: motomap-container-job: runs-on: ubuntu-latest