diff options
author | 2022-11-09 17:12:44 -0800 | |
---|---|---|
committer | 2022-11-09 17:12:44 -0800 | |
commit | 29b0e3eaf7a28269104ca7e21c41b4a2cca7d561 (patch) | |
tree | a6fe8ef3c07100a66ddf03c051f79258785e0397 | |
parent | 9ab21ceb595d5450739aff180159dcad39fd602d (diff) | |
download | bun-29b0e3eaf7a28269104ca7e21c41b4a2cca7d561.tar.gz bun-29b0e3eaf7a28269104ca7e21c41b4a2cca7d561.tar.zst bun-29b0e3eaf7a28269104ca7e21c41b4a2cca7d561.zip |
Only run this for bun-types
-rw-r--r-- | .github/workflows/bun-types-tests.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/bun-types-tests.yml b/.github/workflows/bun-types-tests.yml index 3b104c665..c2e050709 100644 --- a/.github/workflows/bun-types-tests.yml +++ b/.github/workflows/bun-types-tests.yml @@ -1,7 +1,12 @@ -name: Tests +name: bun-types tests on: push: + paths: + - packages/bun-types/**/* pull_request: + paths: + - packages/bun-types/**/* + jobs: tests: |