Skip to content

Commit 67d135d

Browse files
committed
Remove branch restriction from package release workflow
1 parent ff772a7 commit 67d135d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-lib.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
workflows: ['Test and lint']
77
types:
88
- completed # Only when it's completed
9-
branches:
10-
- main # Only run the publish workflow for pushes to main
119

1210
jobs:
1311
publish-lib:

0 commit comments

Comments
 (0)