Unverified Commit 44ec8b5c by Edward Thomson Committed by GitHub

Merge pull request #6108 from libgit2/ethomson/docs_ci

ci: only update docs on push
parents 358a60e1 51f6f15d
......@@ -300,4 +300,4 @@ jobs:
- name: Push documentation branch
working-directory: source
run: git push origin gh-pages
if: github.event_name != 'pull_request' && github.repository == 'libgit2/libgit2'
if: github.event_name == 'push' && github.repository == 'libgit2/libgit2'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment