Skip to content

Commit 6e5577f

Browse files
ci: allow manual trigger for Docker Hub README updates (#150)
- Add workflow_dispatch to enable manual triggering from GitHub Actions UI - Fix branch name from master to main Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5318d35 commit 6e5577f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_docker_hub_doc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: (push-master) Update Docker Hub README
1+
name: Update Docker Hub README
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- master
7+
- main
78
paths:
89
- 'docker/README.md'
910

0 commit comments

Comments
 (0)