ソースを参照

ci: fix pathing

Jonathan Kelley 3 年 前
コミット
ae78a8381c
1 ファイル変更1 行追加1 行削除
  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