From 5f3e9f7576d1781fc545967492f34ee0e5e55e20 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 23 Nov 2023 15:39:24 +0100 Subject: [PATCH] add a workflow dispatch trigger (lets you click a button in the github actions workflow panel to start a new build) --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index f40229d7fb..bea57f9d63 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -1,6 +1,7 @@ name: ci-ifcopenshell-conda-daily-v0.8.0 on: + workflow_dispatch: push: branches: - v0.8.0 @@ -9,7 +10,7 @@ jobs: activate: runs-on: ubuntu-latest if: | - github.repository == 'Krande/IfcOpenShell' + github.repository == 'IfcOpenShell/IfcOpenShell' steps: - name: Set env run: echo ok go