Skip to content

Allow filtering by users (since Mapillary added the data back to the … #157

Allow filtering by users (since Mapillary added the data back to the …

Allow filtering by users (since Mapillary added the data back to the … #157

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
- $default-branch
- $protected-branches
pull_request:
branches:
- master
- $default-branch
workflow_dispatch:
jobs:
call-workflow:
strategy:
matrix:
josm-revision: ["", "r18877"]
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
with:
josm-revision: ${{ matrix.josm-revision }}
java-version: 17