From 09477025a3e376b6f57e003ceef263e2f19087d3 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:49:17 -0700 Subject: [PATCH] Fix release automation (#112) --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d1779834c..acb0663a8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,6 +4,8 @@ on: push: branches: [main] pull_request: + release: + types: [published] env: RUSTFLAGS: -Dwarnings -Dclippy::all -Dclippy::pedantic