From c165ef5e20a6aaedf1ba92e190e093d542bb04ea Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Mon, 15 Apr 2024 15:25:26 +0100 Subject: [PATCH] feat: auto create branches for prod and demo --- .github/workflows/branch-copy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/branch-copy.yml b/.github/workflows/branch-copy.yml index 75e2fa3..ffbf4a4 100644 --- a/.github/workflows/branch-copy.yml +++ b/.github/workflows/branch-copy.yml @@ -1,6 +1,8 @@ name: Create prod and demo branches from main/master on: workflow_dispatch: + push: + jobs: copy-to-branches: runs-on: ubuntu-latest