Skip to content

Commit

Permalink
ci: add workflow_dispatch to .github/workflows/release-packages-snaps…
Browse files Browse the repository at this point in the history
…hot.yml (kubesphere#4268)

Signed-off-by: donniean <[email protected]>
Co-authored-by: donniean <[email protected]>
  • Loading branch information
ks-ci-bot and donniean authored Jul 15, 2024
1 parent 046808d commit c4c334f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-packages-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Release Packages
name: Release Packages Snapshot

on:
push:
branches:
- ksc-next
- ksc-next-*
- ksc-next/*
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit c4c334f

Please sign in to comment.