Skip to content

Commit 6d76f92

Browse files
(actions) also run on feature branches (#152)
1 parent 07c936c commit 6d76f92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: CI
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- ros2
6+
branches-ignore:
7+
- ros1*
88
pull_request:
9-
branches:
10-
- ros2
9+
branches-ignore:
10+
- ros1*
1111

1212
jobs:
1313
industrial_ci:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)