Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit edad0d7

Browse files
authored
ignore main from canary releases
1 parent a2cc927 commit edad0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release canary
33
on:
44
push:
55
branches-ignore:
6-
# - main (remove comment when ready for stable release)
6+
- main (remove comment when ready for stable release)
77
- 'changeset-release/main'
88

99
jobs:

0 commit comments

Comments
 (0)