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: ##############################################################################