From d1e61ad042b17cc585e1d3cf42e51db24dea486b Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Mon, 14 Feb 2022 19:02:25 +0300 Subject: [PATCH] allow all branches to build images. --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90c456b7..df6cf787 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,8 @@ name: Build Container Images on: push: branches: - - 'master' + - '*' pull_request: - branches: - - 'master' jobs: publish_docker_images: