Skip to content

Commit 44ec8b5

Browse files
authored
Merge pull request libgit2#6108 from libgit2/ethomson/docs_ci
ci: only update docs on push
2 parents 358a60e + 51f6f15 commit 44ec8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ jobs:
300300
- name: Push documentation branch
301301
working-directory: source
302302
run: git push origin gh-pages
303-
if: github.event_name != 'pull_request' && github.repository == 'libgit2/libgit2'
303+
if: github.event_name == 'push' && github.repository == 'libgit2/libgit2'

0 commit comments

Comments
 (0)