mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-05 10:19:24 +00:00
Adding release branches to CI
This commit is contained in:
parent
a23eadd7ef
commit
9446758fdb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -2,7 +2,7 @@ name: unix-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master", "develop" ]
|
branches: [ "master", "develop", "release-*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "develop" ]
|
branches: [ "master", "develop" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue