From 24c3726bef67ad50493e0704f3dd378c01c6d6d4 Mon Sep 17 00:00:00 2001 From: Harrison Cramer Date: Tue, 9 Jan 2024 22:19:33 -0500 Subject: [PATCH] Generate docs on pull requests to main only --- .github/workflows/pandoc.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index df74531a..4e14e94d 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -1,5 +1,8 @@ name: panvimdoc -on: [push] +on: + pull_request: + branches: + - main jobs: docs: permissions: contents: write