Skip to content

Instantly share code, notes, and snippets.

@chan-bo
Created March 18, 2019 06:53
Show Gist options
  • Save chan-bo/c5e84b914055a2b3e1090cd5d601d26a to your computer and use it in GitHub Desktop.
Save chan-bo/c5e84b914055a2b3e1090cd5d601d26a to your computer and use it in GitHub Desktop.
workflows:
version: 2
workflow:
jobs:
- test_unit
- test_instrumentation:
requires:
- test_unit
- beta_deployment:
filters:
branches:
only:
- beta
requires:
- test_unit
- test_instrumentation
- release_deployment:
filters:
branches:
only:
- master
requires:
- test_unit
- test_instrumentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment