Skip to content

Commit 1fb7420

Browse files
committed
reorder
1 parent 9bfda65 commit 1fb7420

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
types:
99
- completed
1010
push:
11+
branches:
12+
- 'dev'
13+
tags:
14+
- '**'
1115
paths:
1216
- '.github/workflows/build-docs.yml'
1317
- 'docs/**'
1418
- 'pyproject.toml'
15-
tags:
16-
- '**'
17-
branches:
18-
- 'dev'
1919

2020
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered:
2121
concurrency:

0 commit comments

Comments
 (0)