Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created April 28, 2019 17:19
Show Gist options
  • Save alvincrespo/adbc19116253c90c02cefba79e91a6ba to your computer and use it in GitHub Desktop.
Save alvincrespo/adbc19116253c90c02cefba79e91a6ba to your computer and use it in GitHub Desktop.
Workflow Sample for CircleCI
workflows:
version: 2
test_and_release:
jobs:
- build
- release:
requires:
- build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment