浏览代码

only execute build on updates outside /markdown

Mark Szepieniec 3 年之前
父节点
当前提交
9abfeadcb9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/docker-update.yml

+ 2 - 0
.github/workflows/docker-update.yml

@@ -10,6 +10,8 @@ on:
   # Triggers the workflow on push events but only for the master branch
   push:
     branches: [ master ]
+    paths-ignore:
+      - 'markdown/**'
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: