Skip to content

Commit a441a9d

Browse files
authored
Update docker-publish.yml
1 parent 5b10155 commit a441a9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-publish.yml

+9
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'README.md'
79

810
# Run tests for any PRs.
911
pull_request:
12+
branches:
13+
- main
14+
paths-ignore:
15+
- 'README.md'
16+
17+
# Allows you to run this workflow manually from the Actions tab
18+
workflow_dispatch:
1019

1120
env:
1221
VERSION: latest

0 commit comments

Comments
 (0)