Skip to content

Commit

Permalink
triggering publishing workflow manually for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Aug 22, 2023
1 parent f6247d9 commit be41331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build & Test
run-name: "build (branch: ${{ github.ref_name }})"

on:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish to Maven Central

on: workflow_dispatch
on:
release:
types: [published]

jobs:
publish:
Expand Down

0 comments on commit be41331

Please sign in to comment.