Refactor: skip CI on bot dist commits

Co-authored-by: Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 09:33:30 -07:00
parent 2b8a725799
commit 219510da0a

View File

@@ -1,6 +1,11 @@
name: Build Web name: Build Web
on: on:
push: push:
paths-ignore:
- 'dist/**'
concurrency:
group: build-web-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest