From 3f35af74410dcace27b6cf9e8203934e13a32249 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 18 Mar 2021 11:29:22 -0700 Subject: [PATCH] Adding smart_holder branch to workflow_dispatch in all places where stable appears. --- .github/workflows/ci.yml | 1 + .github/workflows/configure.yml | 1 + .github/workflows/format.yml | 1 + .github/workflows/pip.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bdec7bd..8de091058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: - master - stable + - smart_holder - v* jobs: diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 0f3117be9..cddf60b37 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -7,6 +7,7 @@ on: branches: - master - stable + - smart_holder - v* jobs: diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5cebed17d..14f4c28fc 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,6 +10,7 @@ on: branches: - master - stable + - smart_holder - "v*" jobs: diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 5547a5e28..6a66f6408 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -7,6 +7,7 @@ on: branches: - master - stable + - smart_holder - v* release: types: