build: Disable automatic builds (#293)

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

View file

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