From fd2617cb13c9970ac31f04580d86082ae50495b2 Mon Sep 17 00:00:00 2001 From: ymm10ak1 <66200742+ymm10ak1@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:12:12 +0900 Subject: [PATCH] =?UTF-8?q?update:=20renovate=E3=81=AB=E3=82=88=E3=82=8B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=AE=E3=81=9F=E3=81=B3=E3=81=ABactions?= =?UTF-8?q?=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=95=E3=82=8C=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=82=92=E6=AD=A2=E3=82=81=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E3=83=88=E3=83=AA=E3=82=AC=E3=83=BC=E3=82=A4=E3=83=99=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/install-actions.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-actions.yml b/.github/workflows/install-actions.yml index e86214c..188c4c2 100644 --- a/.github/workflows/install-actions.yml +++ b/.github/workflows/install-actions.yml @@ -1,10 +1,17 @@ name: Install dotfiles -on: [push] +on: + push: + branches: + - "main" + pull_request: + paths-ignore: + - './renovate.json' + jobs: Install-Dotfiles: runs-on: ubuntu-latest steps: - - name: Check out Repository code + - name: Check out Repository code uses: actions/checkout@v4 - name: Run install.sh run: ./install.sh