Skip to content

Commit de3f9c0

Browse files
committed
ci: correct workflows
1 parent 705f281 commit de3f9c0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- ".devcontainer/**"
1111
- ".github/**"
1212
- "!.github/workflows/**"
13+
- "docs/**"
1314

1415
pull_request:
1516
branches:

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ name: deploy docs site to Pages
33
on:
44
push:
55
branches: main
6-
paths:
7-
- "docs/**"
8-
- ".github/workflows/deploy-docs.yml"
9-
paths-ignore:
10-
- ".devcontainer/**"
11-
- ".github/**"
12-
- "!.github/workflows/**"
6+
tags:
7+
- "v*"
138

149
# Allows you to run this workflow manually from the Actions tab
1510
workflow_dispatch:

0 commit comments

Comments
 (0)