Skip to content
Snippets Groups Projects
Commit 2cb20849 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Only trigger ArmarX when pushing to the master branch

parent 08f8a4d3
No related branches found
No related tags found
No related merge requests found
......@@ -102,4 +102,8 @@ armarx-core:
trigger:
project: sw/armarx/armarx-core
branch: master # This is optional
# This is optional, but we could tell ArmarX which Simox branch to use.
branch: master
rules:
- if: $CI_COMMIT_BRANCH == "master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment