Run builddocs only for pushes to master branch in nosqlbench/nosqlbench

This commit is contained in:
Lari Hotari 2023-02-07 08:33:03 +02:00
parent 435872dc7f
commit c144114c69

View File

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