Skip to content

Instantly share code, notes, and snippets.

@nem035
Created November 26, 2018 20:09
Show Gist options
  • Select an option

  • Save nem035/efdee6608b74dbc0b2590d0a523ccd26 to your computer and use it in GitHub Desktop.

Select an option

Save nem035/efdee6608b74dbc0b2590d0a523ccd26 to your computer and use it in GitHub Desktop.
workflows:
version: 2
install_build_lint_deploy:
jobs:
- install
- build:
requires:
- install
- lint:
requires:
- install
- deploy:
requires:
- build
- lint
filters:
branches:
only:
- develop
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment