From 69bac7f375889be035079ba84cf7ce668039667d Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 15 Oct 2022 00:18:41 +0900 Subject: [PATCH] update on.push.branches --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b960bfe393..8ede6da0b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: [push, pull_request] +on: + push: + branches: [ master ] + pull_request: permissions: contents: read # to fetch code (actions/checkout) jobs: