Skip to content

Commit e77586d

Browse files
feat(CI): run only on noetic branch change
1 parent 1c7d175 commit e77586d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- ".github/workflows/package.yml"
88
- "debian/**"
99
branches:
10-
- '**'
10+
- noetic
1111
pull_request:
1212
branches:
13-
- '**'
13+
- noetic
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)