1
0
Эх сурвалжийг харах

Only run miri for changed files

Jonathan Kelley 1 жил өмнө
parent
commit
b9794aaad4

+ 7 - 0
.github/workflows/miri.yml

@@ -6,6 +6,13 @@ on:
     branches:
       - 'auto'
       - 'try'
+    paths:
+      - packages/**
+      - examples/**
+      - src/**
+      - .github/**
+      - lib.rs
+      - Cargo.toml
   pull_request:
     types: [opened, synchronize, reopened, ready_for_review]
     branches: