소스 검색

only run resume build on update in /markdown

Mark Szepieniec 3 년 전
부모
커밋
077d929ff3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

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