diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check.yml | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c1b491990..2ce9ac1db 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ on: - "examples/**" - ".github/workflows/check.yml" - "scripts/smoke/check.js" - - "packages/astro/src/@types/astro.ts" + - "packages/astro/src/types/public/**" - "pnpm-lock.yaml" - "packages/astro/types.d.ts" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79962c07e..d71c17afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,6 +207,7 @@ jobs: uses: actions/checkout@v4 with: repository: withastro/docs + ref: 5.0.0-beta path: smoke/docs - name: Install dependencies @@ -229,7 +230,7 @@ jobs: filters: | docs: - 'packages/integrations/*/README.md' - - 'packages/astro/src/@types/astro.ts' + - "packages/astro/src/types/public/**" - 'packages/astro/src/core/errors/errors-data.ts' - name: Build autogenerated docs pages from current astro branch |