Skip to content

Commit

Permalink
Trigger build on push and pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotej Lazar committed Feb 8, 2023
1 parent 65d3aa8 commit 53a61ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build jar for release
name: Build jar

on:
pull_request:
push:
release:
types: [published]

Expand All @@ -22,4 +24,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: out/make/sictools.jar
files: out/make/sictools.jar

0 comments on commit 53a61ec

Please sign in to comment.