build: Disable automatic builds (#1386)

Removed push trigger and paths to ignore from build workflow.
This commit is contained in:
Kroese 2025-09-14 11:52:06 +02:00 committed by GitHub
parent da308b7e89
commit 22235bf48e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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