Skip to content

Commit fa93368

Browse files
committed
support for clib.json added
1 parent f2ca5db commit fa93368

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/mulle-objc/github-actions/project/all/.github/workflows/mulle-sde-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push,workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- release
7+
pull_request:
8+
workflow_dispatch:
9+
410

511
env:
612
BUILD_TYPE: release

0 commit comments

Comments
 (0)