From 8483dc78d6d72fd6c6cc2d43547c3f472520197e Mon Sep 17 00:00:00 2001 From: Nat! Date: Fri, 21 Apr 2023 01:10:38 +0200 Subject: [PATCH] add workflow_dispatch target to CI files --- .github/workflows/mulle-sde-ci.yml | 6 ++---- .mulle/share/sde/extension | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mulle-sde-ci.yml b/.github/workflows/mulle-sde-ci.yml index 8755d80..1499a26 100644 --- a/.github/workflows/mulle-sde-ci.yml +++ b/.github/workflows/mulle-sde-ci.yml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push,workflow_dispatch] env: BUILD_TYPE: release @@ -26,12 +26,10 @@ jobs: - name: Dump Environment run: env | sort - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 - uses: mulle-sde/github-ci@v1 - - name: Dump Project Environment run: | [ ! -d .mulle/etc/env ] || ls -l .mulle/etc/env/environment*.sh diff --git a/.mulle/share/sde/extension b/.mulle/share/sde/extension index 77ae27b..2ac02db 100644 --- a/.mulle/share/sde/extension +++ b/.mulle/share/sde/extension @@ -8,3 +8,4 @@ mulle-sde/cmake;buildtool mulle-c/c-demo;extra mulle-sde/c-demo;extra mulle-c/github-actions;extra +mulle-c/github-actions;extra