We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee5c02 commit 53b336dCopy full SHA for 53b336d
1 file changed
.github/workflows/sync-readme.yml
@@ -2,9 +2,8 @@ name: Sync README.md to Docker Hub
2
3
on:
4
push:
5
- tags:
6
- - "release/*"
7
- - "doc/*"
+ branches:
+ - "main"
8
9
jobs:
10
sync-readme:
0 commit comments