Skip to content

Commit

Permalink
Merge pull request #23 from CiscoM31/ISICO-15112
Browse files Browse the repository at this point in the history
ISICO-15112: workflow_dispatch action added for publish jar worflow
  • Loading branch information
sarmuru2 authored Oct 3, 2023
2 parents 8b8bbd4 + a35accd commit 2125fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,3 @@ jobs:
with:
name: build-scan
path: 'buildscan.log'
- name: Store release jar
uses: ncipollo/release-action@v1
with:
artifacts: "community-server/build/libs/conductor-community-server-*-boot.jar"
commit: ${{ github.sha }}
token: ${{ github.token }}
1 change: 1 addition & 0 deletions .github/workflows/ciscom31_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CiscoM31PublishJar

on:
push:
workflow_dispatch:
branches:
- main

Expand Down

0 comments on commit 2125fad

Please sign in to comment.