mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(biome): ignore markdown and gitignore files in autofix workflow
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user