Skip to content

Commit a6274d0

Browse files
committed
add branch to ci
1 parent d8296b9 commit a6274d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build Linux
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions ]
5+
branches: [ master, feature/github-actions, feature/hardware-cursor ]
66
pull_request:
7-
branches: [ master, feature/github-actions ]
7+
branches: [ master, feature/github-actions, feature/hardware-cursor ]
88

99
jobs:
1010
build:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build macOS
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions ]
5+
branches: [ master, feature/github-actions, feature/hardware-cursor ]
66
pull_request:
7-
branches: [ master, feature/github-actions ]
7+
branches: [ master, feature/github-actions, feature/hardware-cursor ]
88

99
jobs:
1010
build:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build Windows
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions, test/usbwin ]
5+
branches: [ master, feature/github-actions, feature/hardware-cursor, test/usbwin ]
66
pull_request:
7-
branches: [ master, feature/github-actions ]
7+
branches: [ master, feature/github-actions, feature/hardware-cursor ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)