Skip to content

Commit

Permalink
Added usb3support branch to ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
boitumeloruf committed Oct 29, 2024
1 parent 7abae41 commit e0f4dbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Humble Hawksbill

on: # this determines when this workflow is run
push:
branches: [ main, devel ]
branches: [ main, devel, usb3support ]
pull_request:
branches: [ main, devel ] # when there is a pull request against master
workflow_dispatch: # allow manually starting this workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_iron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Iron Irwini

on: # this determines when this workflow is run
push:
branches: [ main, devel ]
branches: [ main, devel, usb3support ]
pull_request:
branches: [ main, devel ] # when there is a pull request against master
workflow_dispatch: # allow manually starting this workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Jazzy Jalisco

on: # this determines when this workflow is run
push:
branches: [ main, devel ]
branches: [ main, devel, usb3support ]
pull_request:
branches: [ main, devel ] # when there is a pull request against master
workflow_dispatch: # allow manually starting this workflow
Expand Down

0 comments on commit e0f4dbe

Please sign in to comment.