Skip to content

Commit

Permalink
Merge pull request #36 in SRR/franka_ros2 from fix/github-actions-wor…
Browse files Browse the repository at this point in the history
…kflow to humble

* commit 'fb18be78dd7740a2924cf5ee3f7bd36713303b32':
  add: humble branch to github actions workflow
  • Loading branch information
BarisYazici committed Jul 31, 2023
2 parents c4c3476 + fb18be7 commit 0463134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ develop ]
branches: [ humble, develop ]
pull_request:
branches: [ develop ]
branches: [ humble, develop ]
jobs:
CI:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0463134

Please sign in to comment.