Skip to content

Commit e51823b

Browse files
committed
Add Galactic
1 parent 0456b86 commit e51823b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/library_generation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Library generator
2-
on:
1+
name: Library generator
2+
on:
33
workflow_dispatch:
44
inputs:
55
name:
@@ -18,6 +18,8 @@ jobs:
1818
branch: foxy
1919
- distro: rolling
2020
branch: main
21+
- distro: galactic
22+
branch: galactic
2123
steps:
2224
- uses: actions/checkout@v2
2325
with:
@@ -39,5 +41,5 @@ jobs:
3941
branch: autoupdate_micro_ros_arduino_${{ matrix.branch }}
4042
delete-branch: true
4143
reviewers: pablogs9
42-
base: ${{ matrix.branch }}
44+
base: ${{ matrix.branch }}
4345

0 commit comments

Comments
 (0)