浏览代码

Run actions on release

Sam Clements 3 年之前
父节点
当前提交
90db90014e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -6,6 +6,9 @@ on:
   push:
     branches:
       - main
+  release:
+    types:
+      - created
 
 env:
   # Just a reassurance to mitigate sudden network connection problems