Skip to content

Commit

Permalink
update: pull_request時に無視するパスを間違えていたため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ymm10ak1 committed Feb 11, 2025
1 parent fd2617c commit 3a3f676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Install dotfiles
on:
push:
branches:
- "main"
- main
pull_request:
paths-ignore:
- './renovate.json'
- './.config/aqua/aqua.yaml'

jobs:
Install-Dotfiles:
Expand Down

0 comments on commit 3a3f676

Please sign in to comment.