R package for downloading OpenStreetMap data

Merge pull request #396 from ropensci/push

remove initial workflow condition entirely

authored by mpadge.tngl.sh and committed by

GitHub 6945495a daeb8d5c

+2 -9
-7
.github/workflows/push-to-elsewhere.yaml
··· 16 16 17 17 name: push-to-elsewhere 18 18 19 - on: 20 - push: 21 - branches: 22 - - main 23 - pull_request: 24 - branches: 25 - - main 26 19 jobs: 27 20 build: 28 21 runs-on: ubuntu-latest
+1 -1
DESCRIPTION
··· 1 1 Package: osmdata 2 2 Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects 3 - Version: 0.3.0.9011 3 + Version: 0.3.0.9012 4 4 Authors@R: c( 5 5 person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre"), 6 6 comment = c(ORCID = "0000-0003-2286-8727")),
+1 -1
codemeta.json
··· 11 11 "codeRepository": "https://github.com/ropensci/osmdata", 12 12 "issueTracker": "https://github.com/ropensci/osmdata/issues", 13 13 "license": "https://spdx.org/licenses/GPL-3.0", 14 - "version": "0.3.0.9011", 14 + "version": "0.3.0.9012", 15 15 "programmingLanguage": { 16 16 "@type": "ComputerLanguage", 17 17 "name": "R",