Skip to content

Commit cce3936

Browse files
committed
update live branch
1 parent 74c3235 commit cce3936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
./scripts/ci_build_docs.sh
2323
2424
- name: After success steps
25-
if: ${{ success() && github.event_name == 'push' && github.repository == 'MapServer/MapServer-documentation' && github.ref_name == 'branch-8-4' }}
25+
if: ${{ success() && github.event_name == 'push' && github.repository == 'MapServer/MapServer-documentation' && github.ref_name == 'branch-8-6' }}
2626
run: |
2727
# setup the SSH key
2828
mkdir -p ~/.ssh

0 commit comments

Comments
 (0)