build: run test actions for 'stable' branch on push

This commit is contained in:
Skylot
2026-02-24 20:32:20 +00:00
parent 9957f694b9
commit 344270a0ba
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build Test
on: on:
push: push:
branches: [ master, build-test ] branches: [ master, stable, build-test ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]