Skip to content

Commit

Permalink
update: #396: code-quality-check.yamlの実行条件を調整
Browse files Browse the repository at this point in the history
拡張子が`.rs`であるファイル、または`Cargo.toml`が変更されたときにのみ実行されるようにした
  • Loading branch information
YuukiToriyama committed Sep 1, 2024
1 parent e76721b commit c879641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Code quality check

on:
pull_request:
paths:
- '**.rs'
- '**/Cargo.toml'

jobs:
build:
Expand Down

0 comments on commit c879641

Please sign in to comment.