Branches (on)

This node uses the key branch as a default prefix if not given a map.

Types

Keys

If given a map, the following keys are supported:

Examples

on:
  branch:
    only:
    - master
    except:
    - develop
  condition:
  - string
  all_branches: true
on:
  only:
  - master
  except:
  - develop
on:
- master
on: master

Beta