Skip to content

Commit 0a55380

Browse files
committed
GH Actions/website deploy: minor tweaks
1 parent d91f20c commit 0a55380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on:
55
push:
66
branches:
77
- 'stable'
8+
tags:
9+
- '**'
810
# And whenever this workflow or one of the associated scripts is updated (for a dry-run).
911
pull_request:
1012
branches-ignore:
1113
- 'stable'
1214
paths:
15+
- 'README.md'
1316
- '.github/workflows/update-website.yml'
1417
- '.github/build/**'
1518
# Also allow manually triggering the workflow.

0 commit comments

Comments
 (0)