From c282b1ae4eb96a65a6659304393956c996db6bab Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 9 Oct 2019 12:35:24 +0100 Subject: [PATCH] build(actions): stop actions on pull_request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43399273..9f7f12c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push, pull_request] +on: [push] jobs: build: runs-on: ubuntu-latest