From 6636a6c3f35befa266a7608c1cc6ad2467fa450c Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Thu, 29 Feb 2024 15:52:09 -0800 Subject: [PATCH] Enable manual CI runs --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7615ef7f..542a8fbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: pull_request: push: + workflow_dispatch: env: RUSTFLAGS: -Dwarnings