ignore docs path, that has its own action
diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml
index fe22c1b..f9d3c03 100644
--- a/.github/workflows/nightlies.yml
+++ b/.github/workflows/nightlies.yml
@@ -1,4 +1,6 @@
-on: push
+on:
+  push:
+    paths-ignore: docs
 jobs:
   upload_to_nightlies:
     runs-on: ubuntu-18.04