We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705f281 commit de3f9c0Copy full SHA for de3f9c0
.github/workflows/build-test-package-publish.yml
@@ -10,6 +10,7 @@ on:
10
- ".devcontainer/**"
11
- ".github/**"
12
- "!.github/workflows/**"
13
+ - "docs/**"
14
15
pull_request:
16
branches:
.github/workflows/deploy-docs.yml
@@ -3,13 +3,8 @@ name: deploy docs site to Pages
3
on:
4
push:
5
branches: main
6
- paths:
7
- - "docs/**"
8
- - ".github/workflows/deploy-docs.yml"
9
- paths-ignore:
- - ".devcontainer/**"
- - ".github/**"
- - "!.github/workflows/**"
+ tags:
+ - "v*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
0 commit comments