Skip to content

Commit

Permalink
Fix branch filters
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 15, 2025
1 parent 63cac58 commit 09369c7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/humble-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Humble - Binary Build
on:
pull_request:
branches:
- humble
push:
branches:
- humble
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/humble-build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Humble - Downstream Build
on:
pull_request:
branches:
- humble
push:
branches:
- humble
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/humble-build-semi-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Humble - Semi-Binary Build
on:
pull_request:
branches:
- humble
push:
branches:
- humble
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/humble-ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Humble - Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- humble

jobs:
pre-commit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rolling-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Binary Build
on:
pull_request:
branches:
- ros2-master
push:
branches:
- ros2-master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rolling-build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Downstream Build
on:
pull_request:
branches:
- ros2-master
push:
branches:
- ros2-master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rolling-build-semi-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Semi-Binary Build
on:
pull_request:
branches:
- ros2-master
push:
branches:
- ros2-master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rolling-ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- ros2-master

jobs:
pre-commit:
Expand Down

0 comments on commit 09369c7

Please sign in to comment.