Skip to content

Commit

Permalink
workflow: add aravis-0-8 to branch filters
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Sep 3, 2024
1 parent 469c158 commit 41ba38c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aravis-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, aravis-0-8 ]
pull_request:
branches: [ main ]
branches: [ main, aravis-0-8 ]
release:
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aravis-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Aravis-macOS

on:
push:
branches: [ main ]
branches: [ main, aravis-0-8 ]
pull_request:
branches: [ main ]
branches: [ main, aravis-0-8 ]
release:
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aravis-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Aravis-MinGW

on:
push:
branches: [ main ]
branches: [ main, aravis-0-8 ]
pull_request:
branches: [ main ]
branches: [ main, aravis-0-8 ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aravis-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Aravis-MSVC

on:
push:
branches: [ main ]
branches: [ main, aravis-0-8 ]
pull_request:
branches: [ main ]
branches: [ main, aravis-0-8 ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 41ba38c

Please sign in to comment.