mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +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:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.gitignore'
|
||||
|
||||
jobs:
|
||||
biome-autofix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue