Skip to content

Commit 0791e80

Browse files
committed
actions CHANGE update branches
1 parent 74dad9e commit 0791e80

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: libyang CI
22
on:
33
push:
44
branches:
5-
- libyang2
5+
- master
6+
- devel
67
pull_request:
78
branches:
8-
- libyang2
9+
- master
10+
- devel
911

1012
jobs:
1113
build:

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: libyang2
12+
ref: devel
1313

1414
- name: Download Coverity Build Tool
1515
shell: bash

0 commit comments

Comments
 (0)