Restrict branch triggers in unit tests workflow to only 'main'

This commit is contained in:
2026-03-19 22:06:57 +02:00
parent a81f69280f
commit 77108cb1a8
+2 -2
View File
@@ -3,9 +3,9 @@ name: Unit tests
on:
workflow_dispatch:
push:
branches: [ main, Next ]
branches: [ main ]
pull_request:
branches: [ main, Next ]
branches: [ main ]
jobs:
tests: