From: David NĂ©grier Date: Mon, 13 Apr 2020 13:08:36 +0000 (+0200) Subject: Triggering build and deploy on every branch X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b0c347b41b6904d35bebfd9dd3283eadd424522d;p=libreadventure.git Triggering build and deploy on every branch --- diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 607e6ae..7425cb4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -1,12 +1,7 @@ name: Build, push and deploy Docker image on: - push: - branches: - - master - - cd -# tags: -# - '*' + - push # Enables BuildKit env: