Restrict regular CI runs on old branches to stable-2.

This commit is contained in:
Felix Fontein 2023-02-06 09:28:15 +01:00
parent 3a1bfc4be2
commit eb186f0098

View File

@ -29,7 +29,7 @@ schedules:
always: true always: true
branches: branches:
include: include:
- stable-* - stable-2
variables: variables:
- name: checkoutPath - name: checkoutPath