Skip to content

Commit 893f6a7

Browse files
committed
Updated dev-packages github action to not run on pushes to main.
1 parent 4217f5c commit 893f6a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: Create Dev Release
44

55
on:
66
push:
7+
branches:
8+
- '**'
9+
- '!main' # excludes main, this is handled by changesets
10+
tags-ignore:
11+
- '**'
712

813
jobs:
914
publish:

0 commit comments

Comments
 (0)