Skip to content

Commit 2410991

Browse files
committed
Merge branch 'jk/ci-only-on-selected-branches'
Dev support. * jk/ci-only-on-selected-branches: ci/config: correct instruction for CI preferences
2 parents 2d5e9f3 + 71800d3 commit 2410991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/config/allow-refs.sample renamed to ci/config/allow-ref.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# your repository:
88
#
99
# git checkout -b ci-config
10-
# cp allow-refs.sample allow-refs
11-
# $EDITOR allow-refs
10+
# cp allow-ref.sample allow-ref
11+
# $EDITOR allow-ref
12+
# git add allow-ref
1213
# git commit -am "implement my ci preferences"
1314
# git push
1415
#

0 commit comments

Comments
 (0)