Skip to content

Commit

Permalink
Removing workflow_dispatch from publish_jvm and publish_android workf…
Browse files Browse the repository at this point in the history
…lows.
  • Loading branch information
DariusIMP committed Jan 29, 2025
1 parent f29b550 commit 64e0883
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
type: boolean
required: false
default: true
workflow_dispatch:
maven_publish:
description: 'Publish to Maven Central'
default: true

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ on:
type: boolean
required: false
default: true
workflow_dispatch:
inputs:
maven_publish:
description: 'Publish to Maven Central'
default: "true"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 64e0883

Please sign in to comment.