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
commit 24109910fe
1 changed files with 3 additions and 2 deletions

View File

@ -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
#