add a workflow dispatch trigger (lets you click a button in the github actions workflow panel to start a new build)

This commit is contained in:
krande
2023-11-23 15:39:24 +01:00
parent 8c0ec6d398
commit 5f3e9f7576
@@ -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