From 8d0815caecfe5f0699ee04e7ff30ba0e492bd4ea Mon Sep 17 00:00:00 2001 From: jiikko Date: Tue, 2 May 2023 18:07:37 +0900 Subject: [PATCH] =?UTF-8?q?fork=E3=81=95=E3=82=8C=E3=81=9F=E3=83=AA?= =?UTF-8?q?=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA=E3=81=8B=E3=82=89PullReque?= =?UTF-8?q?st=E3=81=8C=E3=81=8D=E3=81=9F=E6=99=82=E3=81=ABCI=E3=81=8C?= =?UTF-8?q?=E5=8B=95=E3=81=84=E3=81=A6=E3=81=BB=E3=81=97=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ruby.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index fa8e3cf..b6b6af4 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -8,7 +8,14 @@ name: Ruby on: - [push] + push: + branches: + - master + pull_request: + types: + - opened + - synchronize + - reopened permissions: contents: read