Skip to content

Commit

Permalink
Configure build via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKvalheim committed Jan 10, 2024
1 parent 50f40ef commit 04b65e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Build

on:
push: { tags: "v[0-9]+.[0-9]+.[0-9]+" }
workflow_dispatch:

jobs:
build:
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2

0 comments on commit 04b65e9

Please sign in to comment.