Skip to content

Commit

Permalink
(actions) also run on feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Oct 2, 2024
1 parent 07c936c commit 2643dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: CI
on:
workflow_dispatch:
push:
branches:
- ros2
branches-ignore:
- ros1*
pull_request:
branches:
- ros2
branches-ignore:
- ros1*

jobs:
industrial_ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2643dee

Please sign in to comment.