Skip to content

Instantly share code, notes, and snippets.

@alirezabonab
Created January 3, 2021 20:29
Show Gist options
  • Save alirezabonab/0d2dc219e75c508594742958e6675711 to your computer and use it in GitHub Desktop.
Save alirezabonab/0d2dc219e75c508594742958e6675711 to your computer and use it in GitHub Desktop.
workflows:
version: 2
test-deploy:
jobs:
- test
- build:
requires:
- test
- release:
filters:
branches:
only: master
requires:
- build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment