build: Disable automatic builds (#1009)

Removed push triggers and paths to ignore from build workflow.
This commit is contained in:
Kroese 2025-09-14 11:54:51 +02:00 committed by GitHub
parent 0b08f4212e
commit 238ebd273b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,6 @@ name: Build
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.js'
- '**/*.css'
- '**/*.html'
- 'web/**'
- '.gitignore'
- '.dockerignore'
- '.github/**'
- '.github/workflows/**'
concurrency:
group: build