diff --git a/.github/workflows/release-packages-snapshot.yml b/.github/workflows/release-packages-snapshot.yml index 83c0a223c5d..71ad9147782 100644 --- a/.github/workflows/release-packages-snapshot.yml +++ b/.github/workflows/release-packages-snapshot.yml @@ -1,4 +1,4 @@ -name: Release Packages +name: Release Packages Snapshot on: push: @@ -6,6 +6,7 @@ on: - ksc-next - ksc-next-* - ksc-next/* + workflow_dispatch: concurrency: ${{ github.workflow }}-${{ github.ref }}