We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba40610 commit 4c6edf9Copy full SHA for 4c6edf9
.github/workflows/docker-image.yml
@@ -3,6 +3,8 @@ name: Docker Images
3
on:
4
push:
5
branches: ['main']
6
+ paths-ignore:
7
+ - '**/*.md' # Ignore changes to markdown files
8
release:
9
types: [created]
10
0 commit comments