From 76791f72ad0e4fe080adfddd15afd11e718fc86e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 7 Jun 2021 13:51:22 +0200 Subject: [PATCH] roberts suggestion regarding branch deployment --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3eb9d77e7..8cce1d29c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,10 +1,10 @@ name: ocelot.social publish CI -# on: -# push: -# branches: -# - master -on: [push] # for testing while developing +on: + push: + branches: + - master + - 4451-new-deployment-with-base-and-code # for testing while developing jobs: ##############################################################################