mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
change to include paths trigger pattern
This commit is contained in:
parent
71808891c7
commit
0530747a65
2 changed files with 27 additions and 24 deletions
17
.github/workflows/desktop-lint.yml
vendored
17
.github/workflows/desktop-lint.yml
vendored
|
|
@ -2,14 +2,15 @@ name: Code Style (C++)
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- 'webclient/**'
|
||||
- '.github/workflows/docker-*.yml'
|
||||
- '.github/workflows/documentation-*.yml'
|
||||
- '.github/workflows/translations-*.yml'
|
||||
- '.github/workflows/web-*.yml'
|
||||
paths:
|
||||
- '**'
|
||||
- '!**.md'
|
||||
- '!.github/**'
|
||||
- '!.husky'
|
||||
- '!.tx'
|
||||
- '!doc/**'
|
||||
- '!webclient/**'
|
||||
- '.github/workflows/desktop-lint.yml'
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue