From 3b4ef28eb2740c8a66ab43e2e2c5eed20dce0504 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 4 Feb 2021 20:17:17 +0100 Subject: [PATCH] [DEBUG] enable publish workflow also when not on master for testing --- .github/workflows/publish.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 030a9feef..c54c5015b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,10 @@ name: ocelot.social publish CI -on: - push: - branches: - - master +#on: +# push: +# branches: +# - master +on: [push] jobs: ##############################################################################