Browse Source

Only deploy docs on releases

Kevin Brown 6 năm trước cách đây
mục cha
commit
7688be5db5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/docs-deploy.yml

+ 1 - 1
.github/workflows/docs-deploy.yml

@@ -1,6 +1,6 @@
 name: Documentation Deployment
 
-on: push
+on: release
 
 jobs:
   grav: