ci: detect changes and use actions/stapler-deploy
This commit is contained in:
@@ -4,7 +4,18 @@ concurrency:
|
||||
group: lint-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/lint.yml'
|
||||
- 'package.json'
|
||||
- 'bun.lock'
|
||||
- 'src/**'
|
||||
- '.oxlintrc.json'
|
||||
- 'eslint.config.ts'
|
||||
- 'tsconfig.*'
|
||||
- 'env.d.ts'
|
||||
|
||||
jobs:
|
||||
lint-eslint:
|
||||
|
||||
Reference in New Issue
Block a user