Triggering build and deploy on every branch
authorDavid Négrier <d.negrier@thecodingmachine.com>
Mon, 13 Apr 2020 13:08:36 +0000 (15:08 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Mon, 13 Apr 2020 16:44:12 +0000 (18:44 +0200)
.github/workflows/build-and-deploy.yml

index 607e6ae7c86dc1fefb61d399d9f9af3bba82db5d..7425cb489d6cc91385d79d2e5cb0f606b8ebf4a1 100644 (file)
@@ -1,12 +1,7 @@
 name: Build, push and deploy Docker image
 
 on:
-  push:
-    branches:
-      - master
-      - cd
-#    tags:
-#      - '*'
+  - push
 
 # Enables BuildKit
 env: