From ec630a9c2950e9f0f84b9889eb612f0011361f07 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Tue, 18 Mar 2025 11:16:13 +0100
Subject: [PATCH] CI: update trigger rules

---
 .github/workflows/ci-linux-osx-conda.yml |  6 ++++++
 .github/workflows/ci-linux-ros.yml       | 11 ++++++++++-
 .github/workflows/nix.yml                |  7 +++++++
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-linux-osx-conda.yml b/.github/workflows/ci-linux-osx-conda.yml
index 9157cf1..8c7349e 100644
--- a/.github/workflows/ci-linux-osx-conda.yml
+++ b/.github/workflows/ci-linux-osx-conda.yml
@@ -2,7 +2,13 @@ name: CI - Linux/OSX - Conda
 
 on:
   push:
+    branches:
+      - devel
+      - master
   pull_request:
+    branches:
+      - devel
+      - master
 
 jobs:
   build-with-conda:
diff --git a/.github/workflows/ci-linux-ros.yml b/.github/workflows/ci-linux-ros.yml
index 1b0ff41..9a35c52 100644
--- a/.github/workflows/ci-linux-ros.yml
+++ b/.github/workflows/ci-linux-ros.yml
@@ -1,5 +1,14 @@
 name: CI - Linux - ROS
-on: [push, pull_request]
+
+on:
+  push:
+    branches:
+      - devel
+      - master
+  pull_request:
+    branches:
+      - devel
+      - master
 
 jobs:
   CI:
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index 52b45d9..14d855f 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -2,6 +2,13 @@ name: "CI - Nix"
 
 on:
   push:
+    branches:
+      - devel
+      - master
+  pull_request:
+    branches:
+      - devel
+      - master
 
 jobs:
   nix:
-- 
GitLab