diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index 4bf0e162..bf36b14a 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -3,9 +3,9 @@ name: gz_ros2_control CI - Rolling on: workflow_dispatch: pull_request: - branches: [ master ] + branches: [ rolling ] push: - branches: [ master ] + branches: [ rolling ] schedule: # Run every morning to detect flakiness and broken dependencies - cron: '03 5 * * *'