Added expansion of hosts list.

This commit is contained in:
Alexandr Bogomyakov
2023-06-20 02:09:34 +03:00
parent af88dc138c
commit ca244d161e

View File

@ -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