Exclude master from build workflow trigger

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-27 11:34:39 +01:00
parent e079eed52d
commit 2dcacdbe8d

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- '*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest