Skip to content

Commit fe7294d

Browse files
committed
ci: add feature/source-level-debugging to the ci
1 parent cbdfce9 commit fe7294d

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
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
push:
9-
branches: [ master, test-ci ]
9+
branches: [ master, test-ci, feature/source-level-debugging ]
1010
pull_request:
1111
branches: [ master ]
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
push:
9-
branches: [ master, test-ci ]
9+
branches: [ master, test-ci, feature/source-level-debugging ]
1010
pull_request:
1111
branches: [ master ]
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
push:
9-
branches: [ master, test-ci ]
9+
branches: [ master, test-ci, feature/source-level-debugging ]
1010
pull_request:
1111
branches: [ master ]
1212

0 commit comments

Comments
 (0)