Skip to content

Commit 9329262

Browse files
(ros1)(actions) also run on feature branches (#153)
1 parent 0671cb1 commit 9329262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- develop
7+
- ros1*
88
pull_request:
99
branches:
10-
- develop
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)