소스 검색

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