Skip to content

Commit 8bd1805

Browse files
committed
ci: add feature/python branch to workflows
1 parent 625bffe commit 8bd1805

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

99
jobs:
1010
build:

0 commit comments

Comments
 (0)