Skip to content

Commit b55bc12

Browse files
committed
ci: also build on feature/82aep branch
1 parent 6cf1e9f commit b55bc12

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/82aep ]
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/82aep ]
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/82aep ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

0 commit comments

Comments
 (0)