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 be6ca01 commit bf3c433Copy full SHA for bf3c433
.github/workflows/deploy-docs.yml
@@ -9,6 +9,7 @@ on:
9
branches: [main]
10
paths:
11
- "docs/**"
12
+ - ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
0 commit comments