From 8c7192a750188e557032b0d82269c67e3ad0fb4e Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sat, 29 Apr 2023 21:25:01 -0700 Subject: [PATCH] Run CI on push to any branch --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b761b9a4..1acbb636 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,6 @@ name: CI on: pull_request: push: - branches: - - master env: RUSTFLAGS: -Dwarnings