Skip to content

Commit

Permalink
Merge branch 'master' into update/netty-handler-4.1.117.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz authored Jan 20, 2025
2 parents e37cf97 + 3ef46b7 commit fd84525
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI
on:
workflow_dispatch:
push:
branches: ["**"]
branches: ["master"]
tags: ["v*"]
pull_request:
branches: ["master"]
Expand All @@ -27,6 +28,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run tests and coverage
run: |-
cp .jvmopts-ci .jvmopts
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Publish to Sonatype
run: sbt ci-release
env:
Expand Down Expand Up @@ -89,6 +92,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Publish to Azure
run: sbt "clean; +aetherDeploy; project interaction-example-make-payment-and-ship-items; +aetherDeploy; project interaction-example-reserve-items; +aetherDeploy; project bakery-client-example; +aetherDeploy; project bakery-kafka-listener-example; +aetherDeploy"
env:
Expand Down Expand Up @@ -116,5 +120,6 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Submit dependency graph
uses: scalacenter/sbt-dependency-submission@v2
uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit fd84525

Please sign in to comment.