Last active
January 28, 2019 14:00
-
-
Save JayH5/953298f8b2aa30d526320d33684c543e to your computer and use it in GitHub Desktop.
Shorter YAML list/map syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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