Skip to content

Commit fa09bbd

Browse files
committed
ci: correct workflows
1 parent de3f9c0 commit fa09bbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: main
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- ".devcontainer/**"
10+
- ".github/**"
11+
- "!.github/workflows/**"
812

913
# Allows you to run this workflow manually from the Actions tab
1014
workflow_dispatch:

0 commit comments

Comments
 (0)