1# Dummy CircleCI Config File
2version: 2
3jobs:
4  build:
5    machine: true
6    branches:
7      ignore: stable-1.2
8    steps:
9      - run:
10          name: Dummy
11          command: echo "Dummy command to prevent error"