Skip to content

Commit

Permalink
Split release and build workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jul 31, 2023
1 parent 7fafc23 commit 38f7f6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- 'v*'

jobs:
build:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 38f7f6c

Please sign in to comment.