diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 6053f7c..59d8d64 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -23,6 +23,6 @@ jobs: with: josm-revision: ${{ matrix.josm-revision }} plugin-jar-name: 'mapwithai' - perform-revision-tagging: ${{ github.repository == 'JOSM/MapWithAI' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' }} + perform-revision-tagging: ${{ github.repository == 'JOSM/MapWithAI' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r18589' }} secrets: inherit