Skip to content

Commit 9a8e96c

Browse files
committed
docs: update workflow
1 parent 6e4026b commit 9a8e96c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docs
33
on:
44
push:
55
branches: [main]
6+
paths: ['zensical.toml', 'docs/**']
67
workflow_dispatch:
78

89
permissions:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main, beta]
6+
paths-ignore: ['zensical.toml', 'docs/**']
67
pull_request:
78
branches: [main, beta]
89

0 commit comments

Comments
 (0)