ci: fix ci and change triggers
This commit is contained in:
parent
71693971c2
commit
d4135e0216
|
@ -1,3 +1,3 @@
|
||||||
[submodule "lyra-scripting/elua"]
|
[submodule "lyra-scripting/elua"]
|
||||||
path = lyra-scripting/elua
|
path = lyra-scripting/elua
|
||||||
url = git@git.seanomik.net:SeanOMik/elua.git
|
url = ../elua.git # git@git.seanomik.net:SeanOMik/elua.git
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
|
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
|
||||||
|
|
||||||
|
when:
|
||||||
|
event: [push, manual, pull_request]
|
||||||
|
branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
Build - Debug:
|
Build - Debug:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
|
@ -2,7 +2,7 @@ variables:
|
||||||
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
|
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
event: [release, pull_request, manual]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
Build - Release:
|
Build - Release:
|
||||||
|
|
Loading…
Reference in New Issue