mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-06-27 23:22:12 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user