chore(deps-dev): bump wrangler from 3.6.0 to 3.19.0 #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
branches: | |
- master | |
- beta | |
- alpha | |
- next | |
- next-major | |
paths: | |
- "src/**" | |
- "dist-tests/**" | |
- package.json | |
- pnpm-lock.yaml | |
jobs: | |
call-test-workflow: | |
# only run if we are NOT in a tag | |
name: Call run-tests workflow | |
# the linter may highlight this but it is correct | |
uses: ./.github/workflows/run-tests.yml |