summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--.github/workflows/format_and_lint.yml10
2 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea06d85..77c8e11 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,17 @@ name: ci
on:
push:
+ paths:
+ - "**.lock"
+ - "**.nix"
+ - "**.rs"
+ - "**.toml"
pull_request:
+ paths:
+ - "**.lock"
+ - "**.nix"
+ - "**.rs"
+ - "**.toml"
workflow_dispatch:
jobs:
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: