mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 16:54:07 +00:00
Added expansion of hosts list.
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,9 +1,13 @@
|
|||||||
name: Rust-static-build-musl
|
name: Rust-static-build-musl
|
||||||
|
#on:
|
||||||
|
# push:
|
||||||
|
# branches: [ master ]
|
||||||
|
# pull_request:
|
||||||
|
# branches: [ master ]
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
tags:
|
||||||
pull_request:
|
- '*'
|
||||||
branches: [ master ]
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
BUILD_TARGET: x86_64-unknown-linux-musl
|
BUILD_TARGET: x86_64-unknown-linux-musl
|
||||||
|
Reference in New Issue
Block a user