Skip to content

Get Workflow Aggregates, Events, Notifications & Streams (#344) #223

Get Workflow Aggregates, Events, Notifications & Streams (#344)

Get Workflow Aggregates, Events, Notifications & Streams (#344) #223

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- release/*
jobs:
test:
uses: ./.github/workflows/test.yml
publish:
needs: test
uses: ./.github/workflows/publish.yml
secrets:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}