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: builddocs:
needs: build needs: build
runs-on: ubuntu-20.04 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: steps:
- name: set git username - name: set git username