Skip to content

Commit

Permalink
add ros1 workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinTorg committed Nov 18, 2024
1 parent e1fb8b8 commit c53e4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build:
Expand All @@ -25,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: docker/setup-buildx-action@v3
- name: Build Docker Image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit c53e4e9

Please sign in to comment.