Skip to content

Commit

Permalink
test action ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Oct 16, 2023
1 parent 498f9c3 commit ed2d7b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ on:
- ".github/workflows/cli.yml"
- "cli/**"
- "!cli/README.md"
- "!cli/.gitignore"
paths-ignore:
- "cli/.gitignore"
push:
branches:
- main
paths:
- ".github/workflows/cli.yml"
- "cli/**"
- "!cli/README.md"
- "!cli/.gitignore"
paths-ignore:
- "cli/.gitignore"

jobs:
lint:
Expand Down

0 comments on commit ed2d7b0

Please sign in to comment.