Merge pull request #48 from hughrun/geo2topo

fix filepath in action
This commit is contained in:
Hugh Rundle 2021-01-28 18:44:40 +11:00 committed by GitHub
commit 0e2835c897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ on:
branches: branches:
- master - master
paths: paths:
- ./boundaries.geo.json - 'boundaries.geo.json'
jobs: jobs:
prepare: prepare:
runs-on: ubuntu-latest runs-on: ubuntu-latest