From c94036981c0451780bf9d799ff73abf06e7d12eb Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Wed, 2 Feb 2022 19:05:30 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ec0465..13fc84f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,11 @@ This is a basic workflow to help you get started with Actions -name: Docker Builds +name: build docker images # Controls when the workflow will run on: - workflow_dispatch: push: - branches: master + branches: master permissions: contents: read