From 6e6434634831e0424781c94f6e61557a872382f4 Mon Sep 17 00:00:00 2001 From: Leonardo Nogueira Meireles <123477726+LeonardoMeireles55@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:04:59 -0300 Subject: [PATCH] Update docker-image-ci.yml --- .github/workflows/docker-image-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index b93e103..45ced2d 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - branches: [ "feature/actions" ] + branches: [ "main" ] pull_request: - branches: [ "feature/actions" ] + branches: [ "main" ] jobs: build: