Selaa lähdekoodia

Only run miri for changed files

Jonathan Kelley 1 vuosi sitten
vanhempi
commit
b9794aaad4
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      .github/workflows/miri.yml

+ 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: