actions CHANGE update branches
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b2eae98..64da9ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,10 +2,12 @@
 on:
   push:
     branches:
-      - libyang2
+      - master
+      - devel
   pull_request:
     branches:
-      - libyang2
+      - master
+      - devel
 
 jobs:
   build: