Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JayH5
Last active January 28, 2019 14:00
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 JayH5/953298f8b2aa30d526320d33684c543e to your computer and use it in GitHub Desktop.
Save JayH5/953298f8b2aa30d526320d33684c543e to your computer and use it in GitHub Desktop.
Shorter YAML list/map syntax
---
branches:
only:
- master
# These two bits of YAML are equivalent, but one is shorter
---
branches: {only: [master]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment