diff options
Diffstat (limited to '.github/workflows/format_and_lint.yml')
| -rw-r--r-- | .github/workflows/format_and_lint.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/format_and_lint.yml b/.github/workflows/format_and_lint.yml index 065ae83..08a9dce 100644 --- a/.github/workflows/format_and_lint.yml +++ b/.github/workflows/format_and_lint.yml @@ -2,7 +2,17 @@ name: format and lint on: push: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" pull_request: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" workflow_dispatch: jobs: |
