Skip to content

Commit 0ecb0bf

Browse files
committed
Avoid unnecessary republishes
Can always use workflow_dispatch if needed
1 parent ad1b272 commit 0ecb0bf

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
push:
1010
branches:
1111
- main
12+
paths:
13+
- 'src/**.md'
14+
- 'book.toml'
15+
- 'theme/**'
1216

1317
# Allows you to run this workflow manually from the Actions tab
1418
workflow_dispatch:

.img-clip.lua

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)