Skip to content

Commit

Permalink
Merge pull request #285 from folone/gl/add-back-release-on-master
Browse files Browse the repository at this point in the history
Add back release on `master` branch push
  • Loading branch information
folone authored Dec 20, 2024
2 parents 35f81d3 + 5d8abd0 commit ac5a8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
on:
push:
branches: [master, main]
tags: ["*"]
jobs:
publish:
Expand All @@ -14,6 +15,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
if: ${{ github.repository_owner == 'folone' }}
env:
Expand Down

0 comments on commit ac5a8f3

Please sign in to comment.