From ea7daf363aa2ab5e1781a02900a3db40a32b4657 Mon Sep 17 00:00:00 2001 From: Joachim Pfefferkorn <104856283+joachimbbp@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:26:13 -0400 Subject: [PATCH] Update dummy build_and_push.yaml Adding dummy job --- .github/workflows/build_and_push.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_push.yaml b/.github/workflows/build_and_push.yaml index b24e948..807b0bc 100644 --- a/.github/workflows/build_and_push.yaml +++ b/.github/workflows/build_and_push.yaml @@ -1 +1,8 @@ -#empty actions file to reveal corresponding file on other branches +name: Build and Push +on: + workflow_dispatch: + +jobs: + - name: Echo Info + run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches" + run: echo "To test this action, please run it on whatever branch holds your draft"