summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-14 17:17:09 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-14 17:17:09 -0700
commitc9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5 (patch)
tree476f085f5f3bc09afba1e0223fe6e9663c110727
parentc25b836e079785a775bd6f1f13ffc92b65c83bae (diff)
downloadastro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.tar.gz
astro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.tar.zst
astro-c9bef50bc7bab0d5cd5617bc0d583e6e3d4062f5.zip
fix bad ci paths
-rw-r--r--.github/workflows/ci.yml10
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: