Skip to content

Commit 5f790b2

Browse files
authored
Update docker-publish.yml - ignore changes to readme
1 parent 526d9ac commit 5f790b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ on:
99
schedule:
1010
- cron: "45 5 * * *"
1111
push:
12-
branches: ["main"]
12+
branches:
13+
- main
14+
paths-ignore:
15+
- README.md
16+
1317
pull_request:
14-
branches: ["main"]
18+
branches:
19+
- main
1520

1621
env:
1722
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)