Skip to content

update: renovateによる更新のたびにactionsを実行されるのを止めるためにワークフローのトリガーイベントを変更 #83

update: renovateによる更新のたびにactionsを実行されるのを止めるためにワークフローのトリガーイベントを変更

update: renovateによる更新のたびにactionsを実行されるのを止めるためにワークフローのトリガーイベントを変更 #83

Workflow file for this run

name: Install dotfiles
on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- './renovate.json'
jobs:
Install-Dotfiles:
runs-on: ubuntu-latest
steps:
- name: Check out Repository code
uses: actions/checkout@v4
- name: Run install.sh
run: ./install.sh