Skip to content

Instantly share code, notes, and snippets.

@azisuazusa
Last active August 26, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azisuazusa/10bea831d65a5eb7df18d6d1bb12bf13 to your computer and use it in GitHub Desktop.
Save azisuazusa/10bea831d65a5eb7df18d6d1bb12bf13 to your computer and use it in GitHub Desktop.
workflows:
version: 2
workflow:
jobs:
- dependencies
- run_unit_test:
requires:
- dependencies
- deploy_beta_staging:
requires:
- dependencies
filters:
branches:
ignore:
- develop
- master
- hotfix
- deploy_beta_production:
requires:
- dependencies
filters:
branches:
only:
- develop
- hotfix
- publish_to_playstore:
requires:
- dependencies
filters:
branches:
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment