Skip to content

Commit 5d05116

Browse files
committed
[CI] add feature/source-level-debugging branch to CI
1 parent fba2ad3 commit 5d05116

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Linux
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions ]
5+
branches: [ master, feature/github-actions, feature/source-level-debugging ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

.github/workflows/build.mac.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build macOS
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions ]
5+
branches: [ master, feature/github-actions, feature/source-level-debugging ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Windows
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions, test/usbwin ]
5+
branches: [ master, feature/github-actions, feature/source-level-debugging ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

0 commit comments

Comments
 (0)