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"