Skip to content

Commit c386a5b

Browse files
authoredSep 15, 2022
Merge branch 'develop' into check-build-included
2 parents 4fb52fa + 84b833f commit c386a5b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎.github/workflows/examples.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Examples
2-
on: push
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
7+
- develop
38
jobs:
49
examples:
510
strategy:

‎.github/workflows/unit-test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Unit tests
2-
on: push
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
7+
- develop
38
jobs:
49
unit-tests:
510
strategy:

0 commit comments

Comments
 (0)