Skip to content

Commit 7413ab9

Browse files
authored
Update code-inspector.yml
1 parent 9e05bc9 commit 7413ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-inspector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: code-inspector
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'old'
77
paths-ignore:
88
- '**/README.md'
99
- '**/Commands.md'
1010
pull_request:
1111
branches:
12-
- '*'
12+
- 'old'
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)