Skip to content

Commit 25cda59

Browse files
committed
Fix dev packages run
1 parent cda4e96 commit 25cda59

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ name: Create Dev Release
55
on:
66
push:
77
branches:
8-
- '**'
9-
- '!main' # excludes main, this is handled by changesets
10-
tags-ignore:
11-
- '**'
8+
- main
9+
workflow_dispatch: # For dev publishing
1210

1311
jobs:
1412
publish:

0 commit comments

Comments
 (0)