Skip to content

Commit 2ded50b

Browse files
committed
ci(workflows): update branch triggers and remove test001 workflow
Update code-review.yml to include v0.0.5 branch in push/pull_request triggers Remove obsolete test001.yml workflow as it's no longer needed
1 parent 9ae8c4f commit 2ded50b

2 files changed

Lines changed: 2 additions & 38 deletions

File tree

.github/workflows/code-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Code Review
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, v0.0.5 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, v0.0.5 ]
88

99
jobs:
1010
code-review:

.github/workflows/test001.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)