From 4656387d22402d72bbd6301f1d78ba1245660da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 26 Sep 2022 03:30:24 +0200 Subject: [PATCH] Don't upload Renovates docker image lol --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 245f78d..3b3bc3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,12 @@ --- name: Test code, build Docker image, and push to Docker Hub and GitHub Container Registry. -on: [ push, pull_request, workflow_dispatch ] +on: + push: + branches: + - master + pull_request: + workflow_dispatch: + env: SERVE_DOMAIN: https://localhost/ WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}