Skip to content

Commit

Permalink
chore(ci): update cis for tabby-webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Nov 12, 2023
1 parent 3a70cda commit 56ec7c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 56ec7c0

Please sign in to comment.