We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51583ea commit fa5f339Copy full SHA for fa5f339
.github/workflows/deploy-image.yml
@@ -2,6 +2,8 @@ name: Build, Publish & Release
2
3
on:
4
push:
5
+ paths-ignore:
6
+ - '**.md'
7
branches:
8
- master
9
0 commit comments