From f992ddfceabebaf473cfe99d1c325417a691ab96 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 2 Aug 2024 11:43:41 -0700 Subject: [PATCH] Toward https://github.com/OpenHistoricalMap/issues/issues/742: let's not build on every push while developing this action. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c60114e85..002490c831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,10 @@ name: build on: push: - branches: [ staging, 742-automate-id-upstream-catchup ] + branches: [ staging ] pull_request: branches: [ staging ] + workflow_dispatch: permissions: contents: read