Skip to content

Commit

Permalink
ci: fix conflicting path and path ignore (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored Sep 18, 2024
1 parent 62e872e commit 353a201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ani-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
- master
pull_request:
paths:
- "**ani-cli"
paths-ignore:
- "_ani-cli-bash"
- "_ani-cli-zsh"
- "/ani-cli"

jobs:
sh-checker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inverse-ani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'ani-cli checks'
on:
pull_request:
paths-ignore:
- "**ani-cli"
- "/ani-cli"
jobs:
sh-checker:
name: Shellcheck + Shfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'ani-cli checks'
on:
pull_request:
paths:
- "**ani-cli"
- "/ani-cli"

jobs:
version-bump:
Expand Down

0 comments on commit 353a201

Please sign in to comment.