Skip to content

Commit

Permalink
Deploy gradle plugin with workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 26, 2024
1 parent 4d12d52 commit 7775f0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle_plugin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- gradle/libs.versions.toml
- gradle-plugin
pull_request:
paths:
- gradle-plugin/**
types:
- opened
- synchronize
workflow_dispatch:


env:
BUILD_PLUGIN_CI: true
Expand All @@ -37,5 +40,5 @@ jobs:
- name: Update dependency list
run: ./rebuild-plugin-dependency-list.sh
- name: Gradle Publish
if: "github.event_name == 'push'"
if: "github.event_name == 'push' || github.event_name == 'workflow_dispatch'"
run: ./gradlew :gradle-plugin:publishPlugins

0 comments on commit 7775f0c

Please sign in to comment.