Merge pull request #2035 from jodysimpson/pipeline-typo-fix

Fixed typo on pipeline documentation
This commit is contained in:
Catherine Luse
2019-12-03 16:21:59 -07:00
committed by GitHub
@@ -45,7 +45,7 @@ You can set up your pipeline to run a series of stages and steps to test your co
- Only the branch {BRANCH NAME}: Only events triggered by changes to this branch will be built.
- Evertyhing but {BRANCH NAME}: Build any branch that triggered an event EXCEPT events from this branch.
- Everything but {BRANCH NAME}: Build any branch that triggered an event EXCEPT events from this branch.
- All branches: Regardless of the branch that triggered the event always build.