Skip to content

Commit 41ba38c

Browse files
committed
workflow: add aravis-0-8 to branch filters
1 parent 469c158 commit 41ba38c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/aravis-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, aravis-0-8 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, aravis-0-8 ]
88
release:
99
workflow_dispatch:
1010

.github/workflows/aravis-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Aravis-macOS
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, aravis-0-8 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, aravis-0-8 ]
88
release:
99
workflow_dispatch:
1010

.github/workflows/aravis-mingw.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Aravis-MinGW
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, aravis-0-8 ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, aravis-0-8 ]
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/aravis-msvc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Aravis-MSVC
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, aravis-0-8 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, aravis-0-8 ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)