Skip to content

Commit

Permalink
ci: add workflow-dispatch to publish snapshot manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Jan 2, 2025
1 parent a0968d4 commit f866516
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ on:
tags:
- "**"
# for snapshot
# branches:
# - "main"

concurrency:
group: box-deployment
cancel-in-progress: true
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit f866516

Please sign in to comment.