Skip to content

Commit

Permalink
(ros1)(actions) also run on feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Oct 2, 2024
1 parent 0671cb1 commit 9a07315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:
push:
branches:
- develop
- ros1*
pull_request:
branches:
- develop
- ros1*

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

0 comments on commit 9a07315

Please sign in to comment.