소스 검색

#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: