From 38f7f6cac4bfc8f6a02c56b6ee7bda6306d2acd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Mon, 31 Jul 2023 09:27:51 +0200 Subject: [PATCH] Split release and build workflows. --- .github/workflows/ant.yml | 2 -- .github/workflows/release.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index bd62925..f4a992e 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - 'v*' jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..7daf7a6 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,12 @@ +name: Java CI + +on: + push: + tags: + - 'v*' + +jobs: + release: + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + with: + plugin-jar-name: indoorequal