diff options
author | 2022-07-11 15:11:01 -0500 | |
---|---|---|
committer | 2022-07-11 15:11:01 -0500 | |
commit | 1896931931976930e0b7cb8cfa65a4fe76f64f7d (patch) | |
tree | a073b73500fe34dbd035023ccb5716abcbde63f7 | |
parent | c8ca528bba61434ddc5aad993fa9d918458db16e (diff) | |
download | astro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.tar.gz astro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.tar.zst astro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.zip |
chore: ignore bundle size check for irrelevant PRs (#3893)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r-- | .github/workflows/scripts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 40a29ee61..60cf929c7 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -4,6 +4,8 @@ on: pull_request: branches: - 'main' + paths: + - 'packages/astro/src/runtime/client/**/*' # Automatically cancel in-progress actions on the same branch concurrency: |