Skip to content

Commit

Permalink
ISICO-15112: workflow_dispatch action added for publish jar worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmuru2 committed Oct 3, 2023
1 parent d79fa55 commit a35accd
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 a35accd

Please sign in to comment.