Skip to content

Commit

Permalink
chore(ci): fix ignore filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 22, 2024
1 parent 5d8736f commit 56311bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
all_changed:
- added|deleted|modified: "**"
ignore:
- "./.github/!(regression.yml)"
- "./.github/**/!(regression.yml)"
- "./.gitignore"
- "distribution/**"
- "rust-doc/**"
Expand Down
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56311bc

Please sign in to comment.