Browse Source

Run actions on release

Sam Clements 3 years ago
parent
commit
90db90014e
1 changed files with 3 additions and 0 deletions
  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