From 2151d0991bf5f53543ab659d3cf9a305e8b8f9ef Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 22 Jun 2021 19:28:53 +0100 Subject: [PATCH] ci only on push, not PR --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6017c2..6ff0aab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,6 @@ name: test and deploy on: push: branches: [ master ] - pull_request: - branches: [ master ] env: CARGO_TERM_COLOR: always