Parcourir la source

ci: fix pathing

Jonathan Kelley il y a 3 ans
Parent
commit
ae78a8381c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -6,9 +6,9 @@ on:
       - packages/**
       - examples/**
       - src/**
+      - .github/**
       - lib.rs
       - Cargo.toml
-      - .github
   pull_request:
     branches:
       - master