concord icon indicating copy to clipboard operation
concord copied to clipboard

new github trigger condition: content

Open brig opened this issue 3 years ago • 0 comments

  - github:
      entryPoint: onPush
      conditions:
        type: push
        content:
          - ref: main   # optional
            path: kitt.yml  # path to the file in GH repo

trigger will fire on push event and if GH repository contains kitt.yml file in main branch

brig avatar Aug 30 '22 15:08 brig