mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
ci: exclude docs path
This commit is contained in:
6
.github/workflows/lint-and-tests.yml
vendored
6
.github/workflows/lint-and-tests.yml
vendored
@@ -2,9 +2,11 @@ name: Lint and Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "develop" ]
|
||||
paths-ignore: [ "docs/**" ]
|
||||
pull_request:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "develop" ]
|
||||
paths-ignore: [ "docs/**" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user