mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-03 17:29:25 +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:
|
||||
push:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "master", "develop", "release-*" ]
|
||||
pull_request:
|
||||
branches: [ "master", "develop" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue