Skip to content

Commit a91451e

Browse files
Add workflow_dispatch and concurrency guard to prevent checksum races
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bd15fa8 commit a91451e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Publish Plugin
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
7+
8+
concurrency:
9+
group: publish
10+
cancel-in-progress: false
611

712
permissions:
813
contents: write

0 commit comments

Comments
 (0)