Skip to content

Commit f3711c3

Browse files
committed
chore: simplify branch triggers in publish-cohere workflow
- Updated the branch triggers in the publish-cohere.yaml workflow to only include the 'cohere' branch, removing the 'cohere-release' branch. This change streamlines the workflow's execution conditions.
1 parent 1826b0a commit f3711c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-cohere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name: Publish (cohere)
2323

2424
on:
2525
push:
26-
branches: [cohere, cohere-release] # TODO: remove cohere-release before merge
26+
branches: [cohere]
2727
workflow_dispatch:
2828

2929
concurrency:

0 commit comments

Comments
 (0)