From c0e9cd0f3d26319fbbf12f410aa18b6767309bef Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 7 May 2020 15:46:56 +0900 Subject: [PATCH] update CI triggers not to duplicate on pull requests --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c6702a..3428749 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: jobs: test: