Skip to content

Commit 3f0ff31

Browse files
committed
ci: build workflow dispatch instead of push
1 parent d0be16a commit 3f0ff31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-cdn.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish CDN artifacts (versioned) to S3
22
run-name: Publish CDN artifacts - versioned by @${{ github.actor }}
33

44
on:
5-
push:
6-
branches:
7-
- main
5+
workflow_dispatch:
86

97
concurrency:
108
group: deploy-${{ github.ref }}

0 commit comments

Comments
 (0)