浏览代码

#660 only update after publishing a new release

Rodja Trappe 2 年之前
父节点
当前提交
75801f5f87
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4 6
      .github/workflows/update_citation.yml

+ 4 - 6
.github/workflows/update_citation.yml

@@ -1,11 +1,9 @@
 name: Update Citation
 
-on: [push]
-
-# on:
-#   release:
-#     types:
-#       - published
+on:
+  release:
+    types:
+      - published
 
 jobs:
   update_citation: