Skip to content

Fix an issue where sequence downloads would reopen the image viewer w… #169

Fix an issue where sequence downloads would reopen the image viewer w…

Fix an issue where sequence downloads would reopen the image viewer w… #169

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