Update workflow to trigger on main branch only

This commit is contained in:
Ackimixs
2025-12-08 23:05:56 +01:00
committed by GitHub
parent aa78caaaa2
commit fb20d46c02

View File

@@ -2,7 +2,7 @@ name: ROS2 Build & Test
on:
push:
pull_request:
branches: [ main ]
jobs:
build_and_test: