Browse Source

ci: fix pathing

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
ae78a8381c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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