Skip to content

Commit a0873ab

Browse files
authored
Update deploy-docs workflow triggers
Removed pull_request trigger and added tag support.
1 parent 93900b6 commit a0873ab

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ on:
1313
paths:
1414
- 'doc/**'
1515
- '.github/workflows/deploy-docs.yml'
16-
pull_request:
17-
branches: [main]
18-
paths:
19-
- 'doc/**'
20-
- '.github/workflows/deploy-docs.yml'
16+
tags:
17+
- v*
2118
workflow_dispatch:
2219

2320
permissions:

0 commit comments

Comments
 (0)