chore: stop run web ci (#5037)

This commit is contained in:
Kilu.He 2024-04-02 15:55:15 +08:00 committed by GitHub
parent acec664879
commit 4da624d2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,12 @@
name: WEB-CI name: WEB-CI
on: on:
pull_request: workflow_dispatch:
branches: inputs:
- "main" build:
paths: description: 'Build the web app'
- ".github/workflows/web_ci.yaml" required: true
- "frontend/rust-lib/**" default: 'true'
- "frontend/appflowy_web/**"
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@ -22,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [ubuntu-latest] platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps: