Skip to content

Commit

Permalink
Fix: you may only define one of paths and paths-ignore for a sing…
Browse files Browse the repository at this point in the history
…le event
  • Loading branch information
utensil committed Oct 10, 2024
1 parent fdf9088 commit 1dabcb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
paths:
- "yard-cpp/**"
- ".github/workflows/cpp.yml"
paths-ignore:
- "archived/**"
- "**/README.md"
- ".gitignore"
# paths-ignore:
# - "archived/**"
# - "**/README.md"
# - ".gitignore"
pull_request:

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- "*.toml"
- "yard-rs/**"
- ".github/workflows/main.yml"
paths-ignore:
- "archived/**"
- "**/README.md"
- ".gitignore"
# paths-ignore:
# - "archived/**"
# - "**/README.md"
# - ".gitignore"
pull_request:

env:
Expand Down

0 comments on commit 1dabcb6

Please sign in to comment.