mirror of
https://github.com/barkstone2/vault-to-blog.git
synced 2026-07-22 05:21:19 +00:00
18 lines
No EOL
308 B
YAML
18 lines
No EOL
308 B
YAML
name: Skip tests
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- '**'
|
|
- '!react-app-internal/**'
|
|
- 'react-app-internal/public/**'
|
|
- 'react-app-internal/src/assets/**'
|
|
|
|
jobs:
|
|
Test:
|
|
name: Vite test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo test skipped. |