From b9216f946240ad31220488bb74c3da1da80bf51f Mon Sep 17 00:00:00 2001 From: Kasper Ziemianek Date: Tue, 21 May 2024 10:17:22 +0200 Subject: [PATCH] dispatch push --- .github/workflows/build_bitacross.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_bitacross.yml b/.github/workflows/build_bitacross.yml index 4ba9245e2f..12f7bca2e4 100644 --- a/.github/workflows/build_bitacross.yml +++ b/.github/workflows/build_bitacross.yml @@ -1,12 +1,7 @@ name: Build bitacross-worker on: - workflow_dispatch: - inputs: - ref: - description: The commit SHA or tag for checking out code - default: "" - required: false + push env: CARGO_TERM_COLOR: always