From d5c2643e21f83742235ec2b82c7ce12c1a31b9c8 Mon Sep 17 00:00:00 2001 From: Sefirosweb Date: Wed, 13 Mar 2024 00:24:07 +0100 Subject: [PATCH] Auto deploy in master branch --- .github/workflows/publish.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 48cbf94..2797837 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,11 +1,13 @@ -name: Build and deploy docker +name: Docker Image CI + on: push: - tags: - - v2.* + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: - publish-docker-image: + build: name: Push Docker image to Docker Hub runs-on: ubuntu-latest steps: