Update build workflow to include branch specification for push events

This commit is contained in:
CodeDevMLH
2026-01-06 23:10:35 +01:00
parent 631fbfb1cb
commit 0c97e2f4c4
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ name: '🏗️ Build Plugin'
on:
push:
branches:
- dev
paths-ignore:
- '**/*.md'
- '.gitea/**'