From 56be601da1d0a0db66715fb7780cceec68de0f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 9 Jun 2021 21:35:27 +0200 Subject: [PATCH] Set pushing on master branch only --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27ed699..5773284 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - wir-social # for testing while developing + # - wir-social # for testing while developing jobs: ##############################################################################