Allow pushes to any branch in build workflow

Removed branch restriction for push events.
This commit is contained in:
2026-02-11 21:55:07 +07:00
committed by GitHub
parent f4292a1ba6
commit 7a6d2f241e
-2
View File
@@ -2,8 +2,6 @@ name: Development build
on:
push:
branches:
- master
permissions:
contents: write