From c7d6a6096d28c9fa96f2ee5c535f27d6c46f7163 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:03:48 -0400 Subject: [PATCH] Update BasicWorkflow.yml --- .github/workflows/BasicWorkflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BasicWorkflow.yml b/.github/workflows/BasicWorkflow.yml index b613e90..eab8980 100644 --- a/.github/workflows/BasicWorkflow.yml +++ b/.github/workflows/BasicWorkflow.yml @@ -4,12 +4,12 @@ run-name: ${{ github.actor }} is learning GitHub Actions # Controls when the workflow will run on: +# Comment push: - branches: [ main ] + branches: [ main ] pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the actions tab + branches: [ main ] +# Allows you to run this workflow manually from the actions tab workflow_dispatch: # Basic job to execute a simple batch routine that runs tests via testexecute