chore(ci): update cis for tabby-webserver
parent
3a70cda5e9
commit
56ec7c05f6
|
|
@ -2,8 +2,13 @@ name: autofix.ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
branches: ["main" ]
|
||||||
branches: [ "main" ]
|
paths:
|
||||||
|
- 'Cargo.toml'
|
||||||
|
- 'Cargo.lock'
|
||||||
|
- 'crates/**'
|
||||||
|
- 'ee/tabby-webserver/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ on:
|
||||||
- 'Cargo.toml'
|
- 'Cargo.toml'
|
||||||
- 'Cargo.lock'
|
- 'Cargo.lock'
|
||||||
- 'crates/**'
|
- 'crates/**'
|
||||||
|
- 'ee/tabby-webserver/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue