Merge branch 'jk/ci-only-on-selected-branches'

Dev support.

* jk/ci-only-on-selected-branches:
  ci/config: correct instruction for CI preferences
This commit is contained in:
Junio C Hamano 2020-05-29 15:12:19 -07:00
Родитель 2d5e9f31ac 71800d31b5
Коммит 24109910fe
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,9 @@
# your repository:
#
# git checkout -b ci-config
# cp allow-refs.sample allow-refs
# $EDITOR allow-refs
# cp allow-ref.sample allow-ref
# $EDITOR allow-ref
# git add allow-ref
# git commit -am "implement my ci preferences"
# git push
#