github/workflows: run CI on release branches

(cherry picked from commit 73fe0f48e3)
This commit is contained in:
Simon Ser 2026-06-30 20:53:18 +02:00
parent b7b774ac95
commit f6ed16abcb

View file

@ -1,9 +1,9 @@
name: Continuous integration build
on:
push:
branches: [ master ]
branches: [ "master", "v[0-9]+.[0-9]+" ]
pull_request:
branches: [ master ]
branches: [ "master", "v[0-9]+.[0-9]+" ]
env:
WLROOTS_VERSION: "0.20"