Skip to content

Commit 5e3abec

Browse files
port19xcodex
andauthored
ci: fix ci paths (#1860)
Co-authored-by: OpenAI Codex <codex@openai.com>
1 parent 82574d2 commit 5e3abec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ani-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
pull_request:
77
paths:
8-
- "**ani-cli"
8+
- "ani-cli"
99

1010
jobs:
1111
sh-checker:

.github/workflows/inverse-ani.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'ani-cli checks'
55
on:
66
pull_request:
77
paths-ignore:
8-
- "/ani-cli"
8+
- "ani-cli"
99
jobs:
1010
sh-checker:
1111
name: Shellcheck + Shfmt

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'ani-cli checks'
22
on:
33
pull_request:
44
paths:
5-
- "/ani-cli"
5+
- "ani-cli"
66

77
jobs:
88
version-bump:

0 commit comments

Comments
 (0)