diff options
author | 2021-09-14 17:17:09 -0700 | |
---|---|---|
committer | 2021-09-14 17:17:09 -0700 | |
commit | c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5 (patch) | |
tree | 476f085f5f3bc09afba1e0223fe6e9663c110727 | |
parent | c25b836e079785a775bd6f1f13ffc92b65c83bae (diff) | |
download | astro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.tar.gz astro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.tar.zst astro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.zip |
fix bad ci paths
-rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44776cdc2..7bfe1e88b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,11 @@ on: branches: - main pull_request: - paths-ignore: - - '.vscode/**' - - 'docs/**' - - 'examples/**' - - 'www/**' + paths: + - 'packages/**' + - 'scripts/**' + - '*' + - '.*' jobs: build: |