Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build
on:
push:
branches: [ main, master, develop ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main, master, develop ]
workflow_dispatch:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
build/libs/*.zip
if-no-files-found: error
retention-days: 14
# Optional: publish jar on tagged releases
# Runs on tagged releases: git tag v1.2.3 && git push origin v1.2.3
release:
name: Release
needs: build
Expand Down
Loading