From 962b81e93b3c6528f6b238111b1d7ae820952c58 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Thu, 23 Nov 2023 17:06:34 +0200 Subject: [PATCH] Refactor GitHub Action workflows --- .github/workflows/build-and-push-image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index eabcc22..e2dbf0d 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -1,6 +1,10 @@ -name: publish-image +name: Build and Push Image on: + pull_request: + branches: + - main + push: branches: - main @@ -8,10 +12,6 @@ on: schedule: - cron: "35 */4 * * *" - pull_request: - branches: - - main - workflow_dispatch: env: