Browse Source

try fix docs workflow

t1m0t 3 năm trước cách đây
mục cha
commit
e54b5aab04
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      .github/workflows/docs.yml

+ 3 - 2
.github/workflows/docs.yml

@@ -2,11 +2,12 @@ name: github pages
 
 on:
   push:
-    branches:
-      - master
     paths:
       - docs/**
       - .github/workflows/docs.yml
+  pull_request:
+    branches:
+      - master
 
 jobs:
   build-deploy: