From 2467ce4f1e57bdf64fdcb416b963b5c3d38c29b0 Mon Sep 17 00:00:00 2001 From: zeme Date: Wed, 26 Jun 2024 14:39:40 +0200 Subject: [PATCH] Publish papers and specs on push to master only --- .github/workflows/papers-and-specs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/papers-and-specs.yml b/.github/workflows/papers-and-specs.yml index 74b20866f80..cec02fa6562 100644 --- a/.github/workflows/papers-and-specs.yml +++ b/.github/workflows/papers-and-specs.yml @@ -4,8 +4,10 @@ name: "📝 Papers & Specs" on: - pull_request: workflow_dispatch: + push: + branches: + - master jobs: deploy: