Skip to content

Commit b9fa324

Browse files
committed
fix: make gh-pages workflow use a more sensible run name
1 parent 74a6257 commit b9fa324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
# =============================================================================
1111

1212
name: Build docs for gh-pages
13+
run-name: Update gh-pages for ${{inputs.release_tag || 'latest release'}}
1314

1415
on:
1516
push:
16-
branches:
17-
- develop
18-
- main
17+
branches: ['main']
18+
paths: ['docs/**']
1919

2020
jobs:
2121
deploy:

0 commit comments

Comments
 (0)