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 de3f9c0 commit fa09bbdCopy full SHA for fa09bbd
.github/workflows/deploy-docs.yml
@@ -5,6 +5,10 @@ on:
5
branches: main
6
tags:
7
- "v*"
8
+ paths-ignore:
9
+ - ".devcontainer/**"
10
+ - ".github/**"
11
+ - "!.github/workflows/**"
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments