mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
chore(biome): ignore markdown and gitignore files in autofix workflow
This commit is contained in:
parent
af1361998a
commit
18aedf3281
1 changed files with 3 additions and 0 deletions
3
.github/workflows/biome-autofix.yml
vendored
3
.github/workflows/biome-autofix.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '.gitignore'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
biome-autofix:
|
biome-autofix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue