From 5add75f5ed669c531bfd2c32bcc53b1da496acc5 Mon Sep 17 00:00:00 2001 From: Uwe Schmidt Date: Mon, 4 Apr 2022 15:08:11 +0200 Subject: [PATCH] Run napari hub preview action only for branch 'hub' --- .github/workflows/plugin_preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_preview.yml b/.github/workflows/plugin_preview.yml index 63e30f7..06e20f1 100644 --- a/.github/workflows/plugin_preview.yml +++ b/.github/workflows/plugin_preview.yml @@ -5,7 +5,7 @@ name: napari hub Preview Page # we use this name to find your preview page artif on: pull_request: branches: - - '**' + - 'hub' jobs: preview-page: