Skip to content

Commit 434268e

Browse files
committed
Trigger workflow to try it
1 parent 372d26b commit 434268e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Update CLI Coverage
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
# TODO: remove pre-merge. this is to test the workflow works
8+
- cli-updater
69
workflow_dispatch:
710
inputs:
811
pr_number:

0 commit comments

Comments
 (0)