1 parent 9bfda65 commit 1fb7420Copy full SHA for 1fb7420
1 file changed
.github/workflows/build-docs.yml
@@ -8,14 +8,14 @@ on:
8
types:
9
- completed
10
push:
11
+ branches:
12
+ - 'dev'
13
+ tags:
14
+ - '**'
15
paths:
16
- '.github/workflows/build-docs.yml'
17
- 'docs/**'
18
- 'pyproject.toml'
- tags:
- - '**'
- branches:
- - 'dev'
19
20
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered:
21
concurrency:
0 commit comments