fix ci initializer to prevent accidentally triggering and add tagged release for conda-forge release

This commit is contained in:
krande
2022-08-15 16:48:58 +02:00
parent dcad4146b6
commit ab647b13d9
+9
View File
@@ -15,8 +15,17 @@ on:
- completed
jobs:
activate:
runs-on: ubuntu-latest
if: |
github.repository == 'IfcOpenShell/IfcOpenShell'
steps:
- name: Set env
run: echo ok go
test:
name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}
needs: activate
runs-on: ${{ matrix.platform.distver }}
defaults:
run: