From 7571cffd8b94e39e70b362cf7315a8d9823b98e2 Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 9 Jul 2024 17:08:41 -0400 Subject: [PATCH] Revert "ci: run ci on pull requests" This reverts commit 9cc5a62a508aaa37d125a2f6a17eeed78659609e. --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 9193e47..fce725f 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -1,5 +1,5 @@ name: Build documentation -on: [push, workflow_dispatch, pull_request] +on: [push, workflow_dispatch] jobs: build_pdf: runs-on: ubuntu-latest