ci: fix branches typo

This commit is contained in:
Ben Moore
2020-03-30 15:23:48 -05:00
parent 258993ffaf
commit 013f0c7563
+3 -3
View File
@@ -119,20 +119,20 @@ workflows:
jobs:
- checkout:
filters:
branchs:
branches:
only: master
- checks:
requires:
- checkout
filters:
branchs:
branches:
only: master
- deploy_svn_branch:
requires:
- checkout
- checks
filters:
branchs:
branches:
only: master
tag_deploy: