chore(ci): update cis for tabby-webserver

extract-routes
Meng Zhang 2023-11-12 13:03:39 -08:00
parent 3a70cda5e9
commit 56ec7c05f6
2 changed files with 8 additions and 2 deletions

View File

@ -2,8 +2,13 @@ name: autofix.ci
on:
pull_request:
push:
branches: [ "main" ]
branches: ["main" ]
paths:
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'
permissions:
contents: read

View File

@ -12,6 +12,7 @@ on:
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}