Skip to content

Commit

Permalink
add workflow_dispatch target to CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Apr 20, 2023
1 parent f041957 commit 889a8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/mulle-sde-ci.yml
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push,workflow_dispatch]

env:
BUILD_TYPE: release
Expand All @@ -27,15 +27,12 @@ jobs:
- name: Dump Environment
run: env | sort

- uses: actions/checkout@v2

- uses: actions/checkout@v3

- uses: mulle-sde/github-ci@v1


- uses: mulle-cc/github-ci@v4


- name: Dump Project Environment
run: |
[ ! -d .mulle/etc/env ] || ls -l .mulle/etc/env/environment*.sh
Expand Down
1 change: 1 addition & 0 deletions .mulle/share/sde/extension

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 889a8c9

Please sign in to comment.