fix: Don't run CI for releases (#4393)

This was unnecessary and causing weird issues like double deploys and runs.
This commit is contained in:
Kyle Carberry
2022-10-06 10:02:37 -05:00
committed by GitHub
parent ea42212a2a
commit 9b1ff43e9f
-2
View File
@@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- "*"
pull_request: