Ignore docs path.

This commit is contained in:
SamTV12345 2024-03-23 22:10:27 +01:00
parent 17d3339e14
commit 5b2aa05b85
9 changed files with 52 additions and 8 deletions

View file

@ -1,7 +1,13 @@
name: "rate limit"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on:
push:
paths-ignore:
- "doc/**"
pull_request:
paths-ignore:
- "doc/**"
permissions:
contents: read