mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
ci: fix markdown file pattern to skip builds for all .md files (#4061)
This commit is contained in:
@@ -29,11 +29,11 @@ jobs:
|
||||
filters: |
|
||||
docs-only:
|
||||
- 'documentation/**'
|
||||
- '*.md'
|
||||
- '**/*.md'
|
||||
code:
|
||||
- '**'
|
||||
- '!documentation/**'
|
||||
- '!*.md'
|
||||
- '!**/*.md'
|
||||
|
||||
rust-format:
|
||||
name: Check Rust Code Format
|
||||
|
||||
Reference in New Issue
Block a user