Skip to content

Commit

Permalink
temporary: run responsive to CI pushes on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 21, 2023
1 parent f4448c4 commit 2d9a554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-java-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
# /publish-java-cdk force=true # Force-publish if needing to replace an already published version
name: Publish Java CDK
on:
# Temporarily run on commits to the 'java-cdk/publish-workflow' branch.
# TODO: Remove this 'push' trigger before merging to master.
push:
branches:
- java-cdk/publish-workflow

workflow_dispatch:
inputs:
repo:
Expand Down

0 comments on commit 2d9a554

Please sign in to comment.