From 794a86446dcb807b973755bf37a5e0541fe494f0 Mon Sep 17 00:00:00 2001 From: DerSkythe Date: Tue, 4 Apr 2023 08:17:02 +0400 Subject: [PATCH 1/2] dev is only for dev --- .github/workflows/build-base-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-base-dev.yml b/.github/workflows/build-base-dev.yml index 33ec30ad..f115c90a 100644 --- a/.github/workflows/build-base-dev.yml +++ b/.github/workflows/build-base-dev.yml @@ -4,6 +4,7 @@ run-name: "Build DEV-BASE ${{ github.ref_name }} by ${{ github.event_name }}" on: workflow_dispatch: push: + branches: dev paths: - Dockerfile* - .github/workflows/build-base-dev.yml From b3a5e019fa76efb1270ca65357ecfa2dcaecdd0c Mon Sep 17 00:00:00 2001 From: DerSkythe Date: Tue, 4 Apr 2023 08:25:31 +0400 Subject: [PATCH 2/2] Rename base-image.yml to Action runner image build --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index eab2a4c3..49a476ee 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -1,5 +1,5 @@ -name: "Build and deploy" -run-name: "Build image ${{ github.ref_name }} by ${{ github.event_name }}" +name: "Action Runner Image build" +run-name: "Action Runner Image build ${{ github.ref_name }} by ${{ github.event_name }}" on: workflow_dispatch: push: