mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
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:
@@ -1,6 +1,7 @@
|
|||||||
name: ci-ifcopenshell-conda-daily
|
name: ci-ifcopenshell-conda-daily
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ci-ifcopenshell-conda-daily.yml
|
- .github/workflows/ci-ifcopenshell-conda-daily.yml
|
||||||
@@ -18,7 +19,7 @@ jobs:
|
|||||||
activate:
|
activate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'Krande/IfcOpenShell'
|
github.repository == 'IfcOpenShell/IfcOpenShell'
|
||||||
steps:
|
steps:
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo ok go
|
run: echo ok go
|
||||||
|
|||||||
Reference in New Issue
Block a user