Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Aug 10, 2021
1 parent ce56fef commit a54f0c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -67,3 +67,7 @@ jobs:
with:
package-name: ndt_omp
target-ros2-distro: ${{ matrix.ros_distribution }}

- name: Setup tmate session
if: always()
uses: mxschmitt/action-tmate@v3

0 comments on commit a54f0c5

Please sign in to comment.