Skip to content

Commit 5085ebe

Browse files
committed
build: only run release-preview on main
1 parent 2bf157e commit 5085ebe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ concurrency: 'release-preview'
44
on:
55
workflow_run:
66
workflows: [ 'verification' ]
7-
types: [completed]
7+
types: [completed]
8+
branches: [main]
89

910
workflow_dispatch:
1011
inputs:

0 commit comments

Comments
 (0)