mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
more paths
This commit is contained in:
parent
e436282f8b
commit
e036b5fa84
6 changed files with 38 additions and 11 deletions
11
.github/workflows/web-lint.yml
vendored
11
.github/workflows/web-lint.yml
vendored
|
|
@ -1,11 +1,18 @@
|
|||
name: Code Style (TypeScript)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/web-*.yml'
|
||||
- 'webclient/**'
|
||||
- '!**.md'
|
||||
- '.github/workflows/web-lint.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'webclient/**'
|
||||
- '!**.md'
|
||||
- '.github/workflows/web-lint.yml'
|
||||
|
||||
jobs:
|
||||
ESLint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue