mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-04 00:07:01 -04:00
github/workflows: run CI on release branches
(cherry picked from commit 73fe0f48e3)
This commit is contained in:
parent
b7b774ac95
commit
f6ed16abcb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue