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 b1bfbf5 commit 8483dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mulle-sde-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

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

env:
BUILD_TYPE: release
Expand All @@ -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
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 8483dc7

Please sign in to comment.