Skip to content

Commit 8c6a7bc

Browse files
committed
Make docs.yml workflow also triggered by workflow file change.
1 parent 676ef3c commit 8c6a7bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths:
77
- docs/**
8+
- ".github/workflows/docs.yml"
89
push:
910
branches: [main]
1011
paths:
1112
- docs/**
13+
- ".github/workflows/docs.yml"
1214
workflow_dispatch:
1315

1416
permissions:

0 commit comments

Comments
 (0)