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 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: