mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 17:27:39 +00:00
Adding release branches to CI
This commit is contained in:
parent
fe1003909d
commit
42646608b0
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