From b441b8ed013d7bd19f91341a9ef506e65e71965b Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Tue, 5 Mar 2024 16:03:01 +0100 Subject: [PATCH] Update build-check.yml --- .github/workflows/build-check.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 443d1a5..96a0257 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -1,16 +1,17 @@ name: Astro monitor build on: + workflow_dispatch: push: branches: [ main ] tags: v* - path-ignore: + paths-ignore: - README.md - install.sh pull_request: branches: [ main ] - path-ignore: + paths-ignore: - README.md - install.sh @@ -46,7 +47,7 @@ jobs: ~/.cargo/registry ./target key: build-cargo-registry-${{matrix.TARGET}} - + - name: Pull deps run: | # dependencies are only needed on ubuntu as that's the only place where # we make cross-compilation