actions CHANGE update branches
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ece7343..a15c797 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
 
 env:
   DEFAULT_OPTIONS: -DENABLE_BUILD_TESTS=ON -DENABLE_DNSSEC=ON