mirror of https://codeberg.org/topola/topola.git
CI: don't run CI checks on pull_request_closed and such
This commit is contained in:
parent
e08a59cd74
commit
49d7b3306b
|
|
@ -12,3 +12,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
- cargo build --features "$FEATURES" --
|
- cargo build --features "$FEATURES" --
|
||||||
|
when:
|
||||||
|
event: [pr, push, tag]
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
- cargo build --features "$FEATURES" --bin "topola-egui"
|
- cargo build --features "$FEATURES" --bin "topola-egui"
|
||||||
|
when:
|
||||||
|
event: [pr, push, tag]
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
- cargo test --verbose --features "$FEATURES"
|
- cargo test --verbose --features "$FEATURES"
|
||||||
|
when:
|
||||||
|
event: [pr, push, tag]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue