Skip to content

Commit

Permalink
ci: remove incorrect syntax
Browse files Browse the repository at this point in the history
ci: ignore scripts
  • Loading branch information
scivision committed Nov 24, 2023
1 parent 7155d59 commit 3ced3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
paths:
- "**.py"
- .github/workflows/ci.yml
- "!scripts/"
pull-request:
- "**.py"
- .github/workflows/ci.yml
- "!scripts/**"

jobs:

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ci_stdlib_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
paths:
- "**.py"
- .github/workflows/ci_stdlib_only.yml
- "!scripts/"
pull-request:
- "**.py"
- .github/workflows/ci_stdlib_only.yml
- "!scripts/**"

jobs:

Expand Down

0 comments on commit 3ced3d3

Please sign in to comment.