Target main branch with builddocs

This commit is contained in:
Lari Hotari
2023-02-07 23:53:21 +02:00
parent c144114c69
commit 8e41b41bb1

View File

@@ -79,7 +79,7 @@ jobs:
builddocs:
needs: build
runs-on: ubuntu-20.04
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'master' }}
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }}
steps:
- name: set git username