Prevent release workflow from running multiple times

This commit is contained in:
Ajay Ramachandran 2020-03-09 18:30:57 -04:00
parent ff9b2338e0
commit 0813aa4ba3

View file

@ -1,6 +1,8 @@
name: Upload Release Build
on: release
on:
release:
types: [published]
jobs: