mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-06-28 07:22:13 +00:00
Refactor: skip CI on bot dist commits
Co-authored-by: Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
5
.github/workflows/build-web.yml
vendored
5
.github/workflows/build-web.yml
vendored
@@ -1,6 +1,11 @@
|
||||
name: Build Web
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
concurrency:
|
||||
group: build-web-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user