From ffc902944badc7808ba6ce937a1ba58c9122ff56 Mon Sep 17 00:00:00 2001 From: SSlime-s <62363188+SSlime-s@users.noreply.github.com> Date: Fri, 17 May 2024 14:28:56 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20pull=20request=20=E5=87=BA?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=AA=E3=81=84=E3=83=96=E3=83=A9=E3=83=B3?= =?UTF-8?q?=E3=83=81=E3=81=A7=20push=20=E3=81=97=E3=81=9F=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=AF=20ci=20=E8=B5=B0=E3=82=89=E3=81=9B=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d71248..7765975 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: CI on: push: + branches: + - main + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }}