Update workflow to trigger on specific branch

This commit is contained in:
Dimitrij
2025-09-13 21:40:37 +01:00
committed by GitHub
parent 1033214658
commit e67c97cc21

View File

@@ -4,7 +4,7 @@ on:
# 1) Auto on pushes to your repos default branch (merge commits included)
push:
branches:
- '${{ github.event.repository.default_branch }}'
- v1.78.2-dev
# 2) Auto when a PR is closed (so you can merge manually via the UI)
pull_request_target: