From ca244d161ec84c0866db6c55053698109ca231a2 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 02:09:34 +0300 Subject: [PATCH] Added expansion of hosts list. --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f82eb66..fa1cf20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,13 @@ name: Rust-static-build-musl +#on: +# push: +# branches: [ master ] +# pull_request: +# branches: [ master ] on: push: - branches: [ master ] - pull_request: - branches: [ master ] + tags: + - '*' env: CARGO_TERM_COLOR: always BUILD_TARGET: x86_64-unknown-linux-musl